about summary refs log tree commit diff
path: root/spec/controllers/settings/migrations_controller_spec.rb
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-18 06:47:37 -0500
committerGitHub <noreply@github.com>2023-02-18 12:47:37 +0100
commitb4cbfff3ebf0da3ab0fd76686c71887854a8de87 (patch)
tree4659fd41ec528197fdfc79adc8c391819a7ecd48 /spec/controllers/settings/migrations_controller_spec.rb
parent7e215b3bda546d1a85fea0fec7fcb55f4c8f6e3e (diff)
Autofix Rubocop RSpec/ExcessiveDocstringSpacing (#23666)
Diffstat (limited to 'spec/controllers/settings/migrations_controller_spec.rb')
-rw-r--r--spec/controllers/settings/migrations_controller_spec.rb2
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