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

@ -8,7 +8,7 @@ describe Users::Dossiers::AddSiretController, type: :controller do
sign_in dossier.user
end
subject { get :show, params:{dossier_id: dossier.id }}
subject { get :show, params: {dossier_id: dossier.id }}
context 'when dossier is not attached at a procedure with individual siret attribut' do
it { is_expected.to redirect_to users_dossiers_path }