We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60ccc6 commit f84b84dCopy full SHA for f84b84d
spec/mail/network/delivery_methods/exim_spec.rb
@@ -68,6 +68,8 @@
68
body "body"
69
end
70
71
+ Mail::Sendmail.should_receive(:call).with('/usr/sbin/exim', '-i -t -f "sender@test.lindsaar.net" --', nil, mail.encoded)
72
+
73
mail.deliver
74
75
0 commit comments