Enable the Layout/SpaceInsideBlockBraces cop

This commit is contained in:
gregoirenovel 2018-01-15 21:54:40 +01:00
parent ff87d0e65f
commit 897a30da0c
23 changed files with 52 additions and 52 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 }