Champ Repetition dossier display

This commit is contained in:
Paul Chavard 2019-01-30 17:20:02 +01:00
parent 862ab4ed04
commit a4a421a91a
5 changed files with 47 additions and 36 deletions

View file

@ -8,7 +8,7 @@ describe 'shared/dossiers/champs.html.haml', type: :view do
allow(view).to receive(:current_gestionnaire).and_return(gestionnaire)
end
subject { render 'shared/dossiers/champs.html.haml', champs: champs, demande_seen_at: demande_seen_at }
subject { render 'shared/dossiers/champs.html.haml', champs: champs, demande_seen_at: demande_seen_at, profile: nil }
context "there are some champs" do
let(:dossier) { create(:dossier) }