Fix test after deleting unused email template
This commit is contained in:
parent
4d60aecb6d
commit
8139f33db8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue