fix services choice into a procedure

This commit is contained in:
kara Diaby 2020-09-24 14:36:22 +02:00
parent d2d007fdb1
commit 2a69e2fbeb
3 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@ describe 'new_administrateur/procedures/show.html.haml', type: :view do
before do
assign(:procedure, procedure)
assign(:procedure_lien, commencer_url(path: procedure.path))
allow(view).to receive(:current_administrateur).and_return(procedure.administrateurs.first)
end
describe 'procedure is draft' do