REFACTOR: Change dossier state 'SubmitValidated' To 'Submitted'
This commit is contained in:
parent
285cee939a
commit
c454ea28ed
14 changed files with 40 additions and 35 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue