fix: remove hardcoded .html.haml
from render
calls since it no longer works
This commit is contained in:
parent
42689e34ba
commit
e483bfbc76
45 changed files with 69 additions and 69 deletions
|
@ -1,4 +1,4 @@
|
|||
describe 'users/dossiers/brouillon.html.haml', type: :view do
|
||||
describe 'users/dossiers/brouillon', type: :view do
|
||||
let(:procedure) { create(:procedure, :with_type_de_champ, :with_notice, :with_service) }
|
||||
let(:dossier) { create(:dossier, state: Dossier.states.fetch(:brouillon), procedure: procedure) }
|
||||
let(:footer) { view.content_for(:footer) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue