REFACTOR: Change dossier state 'Reply' To 'Replied'

This commit is contained in:
Xavier J 2015-11-02 11:33:00 +01:00
parent c0733849d5
commit 4a05af89fc
11 changed files with 32 additions and 27 deletions

View file

@ -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