Delete on Factory Dossier :with_user
This commit is contained in:
parent
1551ae82cd
commit
e0d980e804
27 changed files with 55 additions and 60 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, :with_user, state: state) }
|
||||
let!(:dossier) { create(:dossier, :with_entreprise, :with_procedure, 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