aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-09-19 10:49:52 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2015-09-19 10:49:52 +0200
commite39e84cb3fcdfe1a7f8d8255a0986d435ce42773 (patch)
treec28941142bea4933ab82a546b577a354c370d317
parente110702f6bec3595fdb3b673bebc17bd1c367fdd (diff)
parent09e3aa62dca6085d55f8c431a46f8cc5c879a78c (diff)
downloadrails-e39e84cb3fcdfe1a7f8d8255a0986d435ce42773.tar.gz
rails-e39e84cb3fcdfe1a7f8d8255a0986d435ce42773.tar.bz2
rails-e39e84cb3fcdfe1a7f8d8255a0986d435ce42773.zip
Merge pull request #21675 from y-yagi/fix_test_method_name
change test method name to the appropriate name
-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 9d6b6c7914..50f2c71737 100644
--- a/actionmailer/test/base_test.rb
+++ b/actionmailer/test/base_test.rb
@@ -449,7 +449,7 @@ class BaseTest < ActiveSupport::TestCase
assert_equal("Format with any!", email.parts[1].body.encoded)
end
- test 'test' do
+ test 'explicit without specifying format with format.any' do
error = assert_raises(ArgumentError) do
BaseMailer.explicit_without_specifying_format_with_any.parts
end