mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-10 06:35:44 -05:00
Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)
This commit is contained in:
@@ -43,11 +43,13 @@ RSpec.describe InstanceActorsController, type: :controller do
|
||||
|
||||
context 'without authorized fetch mode' do
|
||||
let(:authorized_fetch_mode) { false }
|
||||
|
||||
it_behaves_like 'shared behavior'
|
||||
end
|
||||
|
||||
context 'with authorized fetch mode' do
|
||||
let(:authorized_fetch_mode) { true }
|
||||
|
||||
it_behaves_like 'shared behavior'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user