show which instructeur took decision and when

and also replace "sans suite" by "classé sans suite"
This commit is contained in:
Christophe Robillard 2020-07-06 09:30:07 +02:00
parent cea170e4a6
commit 8f9d6d2871
4 changed files with 10 additions and 4 deletions

View file

@ -156,7 +156,7 @@ RSpec.describe DossierHelper, type: :helper do
it 'sans_suite is traité' do
dossier.sans_suite!
expect(subject).to eq('Sans suite')
expect(subject).to eq('Classé sans suite')
end
it 'refuse is traité' do