fix test cerfa flag

This commit is contained in:
Xavier J 2016-02-04 14:08:35 +01:00
parent 1e784075a9
commit d7dbd28507
18 changed files with 58 additions and 48 deletions

View file

@ -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) }