Enable the Layout/SpaceInsideHashLiteralBraces cop
This commit is contained in:
parent
02ade68b38
commit
b138dcd876
51 changed files with 154 additions and 154 deletions
|
@ -4,7 +4,7 @@ RSpec.shared_examples 'not owner of dossier' do |controller, redirect|
|
|||
let(:dossier_2) { create(:dossier) }
|
||||
|
||||
before do
|
||||
get controller, params: {dossier_id: dossier_2.id}
|
||||
get controller, params: { dossier_id: dossier_2.id }
|
||||
end
|
||||
|
||||
it 'redirect to home page' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue