Use a non-breaking space after the “numéro” contraction
This commit is contained in:
parent
aa41349f0c
commit
ddf02ccd6d
21 changed files with 25 additions and 25 deletions
|
@ -19,6 +19,6 @@ RSpec.describe NotificationMailer, type: :mailer do
|
|||
|
||||
it { expect(subject.body).to match('Un nouveau message est disponible dans votre espace TPS.') }
|
||||
it { expect(subject.body).to include("Pour le consulter, merci de vous rendre sur #{users_dossier_recapitulatif_url(dossier_id: dossier.id)}") }
|
||||
it { expect(subject.subject).to eq("Nouveau message pour votre dossier TPS nº#{dossier.id}") }
|
||||
it { expect(subject.subject).to eq("Nouveau message pour votre dossier TPS nº #{dossier.id}") }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue