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

This commit is contained in:
Xavier J 2015-11-02 15:46:43 +01:00
parent 285cee939a
commit c454ea28ed
14 changed files with 40 additions and 35 deletions

View file

@ -103,9 +103,9 @@ describe 'backoffice/dossiers/show.html.haml', type: :view do
end
end
context 'when dossier have state submit_validated' do
context 'when dossier have state submitted' do
before do
dossier.submit_validated!
dossier.submitted!
render
end