REFACTOR : Change dossier state 'Proposed' To 'Submitted'
This commit is contained in:
parent
0e8919a523
commit
c0733849d5
19 changed files with 54 additions and 49 deletions
|
@ -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 proposed' do
|
||||
context 'when dossier have state submitted' do
|
||||
before do
|
||||
dossier.proposed!
|
||||
dossier.submitted!
|
||||
render
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue