[fix #504] Dossier: refused -> refuse

This commit is contained in:
Simon Lehericey 2017-12-04 18:15:40 +01:00 committed by LeSim
parent a13256f73d
commit 2be9b8d2ba
21 changed files with 55 additions and 35 deletions

View file

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