Skip to content

Commit 1370aab

Browse files
ahorekjeremy
authored andcommitted
ruby 1.8.7
1 parent 1f79eb8 commit 1370aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mail/network/delivery_methods/smtp_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
describe "general usage" do
2929
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?)
30+
skip "is skipped on Ruby versions without dot-stuff bug" unless Mail::SMTPConnection.new(:connection => Mail.delivery_method).send(:dot_stuff?)
3131

3232
Mail.deliver do
3333

0 commit comments

Comments
 (0)