aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/test/base_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/base_test.rb b/actionmailer/test/base_test.rb
index 9d1b1fda33..4ed332d13d 100644
--- a/actionmailer/test/base_test.rb
+++ b/actionmailer/test/base_test.rb
@@ -659,7 +659,7 @@ class BaseTest < ActiveSupport::TestCase
self.default_options = {from: "robert.pankowecki@gmail.com"}
def welcome
- mail(subject: "subject")
+ mail(subject: "subject", body: "hello world")
end
end