REFACTOR: Change dossier state 'Submitted' To 'Initiated'

This commit is contained in:
Xavier J 2015-11-02 15:31:15 +01:00
parent c09fe8e7f6
commit 285cee939a
19 changed files with 49 additions and 44 deletions

View file

@ -47,9 +47,9 @@ describe 'backoffice/dossiers/show.html.haml', type: :view do
end
context 'gestion des etats du dossier' do
context 'when dossier have state submitted' do
context 'when dossier have state initiated' do
before do
dossier.submitted!
dossier.initiated!
render
end