Move the avis list partial in the shared folder
This commit is contained in:
parent
e4f7f20698
commit
0c995b63cf
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
describe 'new_gestionnaire/avis/avis_list.html.haml', type: :view do
|
||||
describe 'new_gestionnaire/shared/avis/_list.html.haml', type: :view do
|
||||
before { view.extend DossierHelper }
|
||||
|
||||
subject { render 'new_gestionnaire/avis/avis_list.html.haml', avis: avis, avis_seen_at: seen_at, current_gestionnaire: gestionnaire }
|
||||
subject { render 'new_gestionnaire/shared/avis/list.html.haml', avis: avis, avis_seen_at: seen_at, current_gestionnaire: gestionnaire }
|
||||
|
||||
let(:gestionnaire) { create(:gestionnaire) }
|
||||
let(:avis) { [create(:avis, claimant: gestionnaire)] }
|
Loading…
Add table
Add a link
Reference in a new issue