Gestionnaire: move dossier_path gestionnaire_dossier_path

This commit is contained in:
simon lehericey 2018-02-21 14:40:41 +01:00
parent 7bb8849d80
commit 0dc101e375
7 changed files with 18 additions and 18 deletions

View file

@ -16,7 +16,7 @@ feature 'The gestionnaire part' do
expect(page).to have_current_path(procedure_path(procedure))
click_on dossier.user.email
expect(page).to have_current_path(dossier_path(procedure, dossier))
expect(page).to have_current_path(gestionnaire_dossier_path(procedure, dossier))
click_on 'Passer en instruction'
dossier.reload