factories: ensure that dossiers with_individual
are consistent
This commit is contained in:
parent
724ff50363
commit
0efb62f03a
3 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@ require 'rails_helper'
|
|||
RSpec.describe 'commencer/show.html.haml', type: :view do
|
||||
include Rails.application.routes.url_helpers
|
||||
|
||||
let(:procedure) { create(:procedure, :with_service, :published) }
|
||||
let(:procedure) { create(:procedure, :published, :for_individual, :with_service) }
|
||||
|
||||
before do
|
||||
assign(:procedure, procedure)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue