fix test cerfa flag
This commit is contained in:
parent
1e784075a9
commit
d7dbd28507
18 changed files with 58 additions and 48 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe 'backoffice/dossiers/show.html.haml', type: :view do
|
||||
let!(:dossier) { create(:dossier, :with_entreprise, :with_procedure, state: state) }
|
||||
let!(:dossier) { create(:dossier, :with_entreprise, state: state) }
|
||||
let(:state) { 'draft' }
|
||||
let(:dossier_id) { dossier.id }
|
||||
let(:gestionnaire) { create(:gestionnaire) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue