fix tests

This commit is contained in:
Tanguy PATTE 2015-09-24 12:04:44 +02:00
parent df04d2ab5b
commit 46211816ed

View file

@ -1,7 +1,7 @@
require 'spec_helper' require 'spec_helper'
describe 'users/recapitulatif/show.html.haml', type: :view do describe 'users/recapitulatif/show.html.haml', type: :view do
let(:dossier) { create(:dossier, :with_entreprise, :with_procedure) } let(:dossier) { create(:dossier, :with_entreprise, :with_procedure, :with_user) }
let(:dossier_id) { dossier.id } let(:dossier_id) { dossier.id }
before do before do