ajout d'un test
This commit is contained in:
parent
ec2e17032e
commit
747dc505cc
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ describe MailTemplateConcern do
|
|||
|
||||
it { is_expected.to eq("--lien attestation--") }
|
||||
end
|
||||
|
||||
describe "in without continuation mail" do
|
||||
let(:mail) { create(:without_continuation_mail, procedure: procedure) }
|
||||
|
||||
it { is_expected.to eq("--lien attestation--") }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue