Gestionnaire: move avis_path to gestionnaire_avis_path

This commit is contained in:
simon lehericey 2018-02-21 15:19:04 +01:00
parent 0308345008
commit 9db5e82b41
6 changed files with 9 additions and 9 deletions

View file

@ -80,7 +80,7 @@ feature 'The gestionnaire part' do
expect(page).to have_text('avis donnés 0')
click_on dossier.user.email
expect(page).to have_current_path(avis_path(dossier.avis.first))
expect(page).to have_current_path(gestionnaire_avis_path(dossier.avis.first))
within(:css, '.tabs') do
click_on 'Avis'