[fix #1411] user: link new screen to the rest of the application

This commit is contained in:
simon lehericey 2018-02-21 18:36:06 +01:00
parent d702a0c083
commit a0667f5ad9
14 changed files with 21 additions and 77 deletions

View file

@ -81,7 +81,7 @@ describe NewUser::DossiersController, type: :controller do
let(:dossier_params) { { autorisation_donnees: true } }
it do
expect(response).to redirect_to(users_dossier_description_path(dossier))
expect(response).to redirect_to(modifier_dossier_path(dossier))
end
context 'on a procedure with carto' do