Gestionnaire: move avis_path to gestionnaire_avis_path
This commit is contained in:
parent
0308345008
commit
9db5e82b41
6 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ describe DossierLinkHelper do
|
|||
let(:gestionnaire) { create(:gestionnaire) }
|
||||
let!(:avis) { create(:avis, dossier: dossier, gestionnaire: gestionnaire) }
|
||||
|
||||
it { expect(helper.dossier_linked_path(gestionnaire, dossier)).to eq(avis_path(avis)) }
|
||||
it { expect(helper.dossier_linked_path(gestionnaire, dossier)).to eq(gestionnaire_avis_path(avis)) }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue