Skip to content

Commit

Permalink
Specs: fix missing should_receive from f60ccc6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 18, 2017
1 parent f60ccc6 commit f84b84d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/mail/network/delivery_methods/exim_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
body "body"
end

Mail::Sendmail.should_receive(:call).with('/usr/sbin/exim', '-i -t -f "sender@test.lindsaar.net" --', nil, mail.encoded)

mail.deliver
end

Expand Down

0 comments on commit f84b84d

Please sign in to comment.