[fix #504] Dossier: refused -> refuse
This commit is contained in:
parent
a13256f73d
commit
2be9b8d2ba
21 changed files with 55 additions and 35 deletions
|
@ -9,7 +9,7 @@ feature 'on click on tabs button' do
|
|||
create(:dossier, :with_entreprise, user: user, state: 'en_construction')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'en_instruction')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'accepte')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'refused')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'refuse')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'without_continuation')
|
||||
|
||||
create :invite, dossier: dossier_invite, user: user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue