mailers: display auto-archive date in notifications
This commit is contained in:
parent
38eb60f2ac
commit
6b65ee8d15
4 changed files with 4 additions and 2 deletions
|
@ -21,6 +21,7 @@ RSpec.describe DossierMailer, type: :mailer do
|
|||
it { expect(subject.body).to include(dossier.procedure.libelle) }
|
||||
it { expect(subject.body).to include(dossier_url(dossier)) }
|
||||
it { expect(subject.body).to include("Vous pouvez déposer votre dossier jusqu'au") }
|
||||
it { expect(subject.body).to include("heure de") }
|
||||
|
||||
it_behaves_like 'a dossier notification'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue