fix services choice into a procedure
This commit is contained in:
parent
d2d007fdb1
commit
2a69e2fbeb
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue