We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f79eb8 commit 1370aabCopy full SHA for 1370aab
spec/mail/network/delivery_methods/smtp_spec.rb
@@ -27,7 +27,7 @@
27
28
describe "general usage" do
29
it "dot-stuff unterminated last line of the message" do
30
- skip "is skipped on Ruby versions without dot-stuff bug" unless Mail::SMTPConnection.new(connection: Mail.delivery_method).send(:dot_stuff?)
+ skip "is skipped on Ruby versions without dot-stuff bug" unless Mail::SMTPConnection.new(:connection => Mail.delivery_method).send(:dot_stuff?)
31
32
Mail.deliver do
33
from '[email protected]'
0 commit comments