DossierController#modifier → #brouillon

This commit is contained in:
gregoirenovel 2018-09-06 09:09:23 +02:00
parent 075a28d36a
commit 5ac8117c69
26 changed files with 52 additions and 52 deletions

View file

@ -31,7 +31,7 @@ describe 'users/recapitulatif/show.html.haml', type: :view do
end
it 'le lien vers l édition est correct' do
expect(rendered).to have_selector("a[id=maj_infos][href='/dossiers/#{dossier_id}/modifier']")
expect(rendered).to have_selector("a[id=maj_infos][href='/dossiers/#{dossier_id}/brouillon']")
end
end