REFACTOR: Change dossier state 'Processed' To 'Closed'
This commit is contained in:
parent
76d87c7f79
commit
c09fe8e7f6
13 changed files with 37 additions and 32 deletions
|
@ -121,9 +121,9 @@ describe 'backoffice/dossiers/show.html.haml', type: :view do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when dossier have state processed' do
|
||||
context 'when dossier have state closed' do
|
||||
before do
|
||||
dossier.processed!
|
||||
dossier.closed!
|
||||
render
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue