Enable the Layout/SpaceAfterColon cop

This commit is contained in:
gregoirenovel 2018-01-15 21:43:56 +01:00
parent e8422d3904
commit f605cd35ac
6 changed files with 8 additions and 8 deletions

View file

@ -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