Fix test after deleting unused email template

This commit is contained in:
Mathieu Magnin 2017-03-01 16:27:08 +01:00
parent 4d60aecb6d
commit 8139f33db8

View file

@ -49,7 +49,7 @@ describe Procedure do
subject.reload
end
it { expect(subject.mail_templates.size).to eq 2 }
it { expect(subject.mail_templates.size).to eq 1 }
it { expect(subject.mail_received).not_to be_nil }
end