REFACTOR: Change dossier state 'Reply' To 'Replied'
This commit is contained in:
parent
c0733849d5
commit
4a05af89fc
11 changed files with 32 additions and 27 deletions
|
@ -61,9 +61,9 @@ describe 'backoffice/dossiers/show.html.haml', type: :view do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when dossier have state reply' do
|
||||
context 'when dossier have state replied' do
|
||||
before do
|
||||
dossier.reply!
|
||||
dossier.replied!
|
||||
render
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue