REFACTOR: Change dossier state 'Confirmed' To 'Validated'
This commit is contained in:
parent
4a05af89fc
commit
da8c166331
14 changed files with 50 additions and 44 deletions
|
@ -89,9 +89,9 @@ describe 'backoffice/dossiers/show.html.haml', type: :view do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when dossier have state confirmed' do
|
||||
context 'when dossier have state validated' do
|
||||
before do
|
||||
dossier.confirmed!
|
||||
dossier.validated!
|
||||
render
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue