Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)
This commit is contained in:
parent
2177daeae9
commit
3680e032b4
17 changed files with 25 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue