Use a non-breaking space after the “numéro” contraction

This commit is contained in:
gregoirenovel 2017-04-06 18:16:11 +02:00
parent aa41349f0c
commit ddf02ccd6d
21 changed files with 25 additions and 25 deletions

View file

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