Skip to content

Commit f84b84d

Browse files
committed
Specs: fix missing should_receive from f60ccc6
1 parent f60ccc6 commit f84b84d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/mail/network/delivery_methods/exim_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
body "body"
6969
end
7070

71+
Mail::Sendmail.should_receive(:call).with('/usr/sbin/exim', '-i -t -f "[email protected]" --', nil, mail.encoded)
72+
7173
mail.deliver
7274
end
7375

0 commit comments

Comments
 (0)