REFACTOR : Change dossier state 'Deposited' To 'SubmitValidated'

This commit is contained in:
Xavier J 2015-11-02 11:52:39 +01:00
parent da8c166331
commit 76d87c7f79
14 changed files with 40 additions and 35 deletions

View file

@ -100,9 +100,9 @@ describe 'users/recapitulatif/show.html.haml', type: :view do
end
end
context 'when dossier state is deposited' do
context 'when dossier state is submit_validated' do
before do
dossier.deposited!
dossier.submit_validated!
render
end