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'
feature 'add commentaire on backoffice' do
let(:dossier) { create(:dossier, :with_entreprise, :with_procedure) }
let(:dossier) { create(:dossier, :with_entreprise) }
let(:dossier_id) { dossier.id }
let!(:commentaire) { create(:commentaire, dossier: dossier, email: 'toto@toto.com') }
let(:email_commentaire) { 'test@test.com' }