diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-18 06:47:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 12:47:37 +0100 |
commit | b4cbfff3ebf0da3ab0fd76686c71887854a8de87 (patch) | |
tree | 4659fd41ec528197fdfc79adc8c391819a7ecd48 /spec/controllers | |
parent | 7e215b3bda546d1a85fea0fec7fcb55f4c8f6e3e (diff) |
Autofix Rubocop RSpec/ExcessiveDocstringSpacing (#23666)
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/settings/migrations_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/settings/migrations_controller_spec.rb b/spec/controllers/settings/migrations_controller_spec.rb index 35c5747a0..4ce153c9d 100644 --- a/spec/controllers/settings/migrations_controller_spec.rb +++ b/spec/controllers/settings/migrations_controller_spec.rb @@ -90,7 +90,7 @@ describe Settings::MigrationsController do end end - context 'when a recent migration already exists ' do + context 'when a recent migration already exists' do let(:acct) { Fabricate(:account, also_known_as: [ActivityPub::TagManager.instance.uri_for(user.account)]) } before do |