aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/base_test.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-09-19 17:33:14 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-09-19 17:33:14 +0900
commit09e3aa62dca6085d55f8c431a46f8cc5c879a78c (patch)
treec28941142bea4933ab82a546b577a354c370d317 /actionmailer/test/base_test.rb
parente110702f6bec3595fdb3b673bebc17bd1c367fdd (diff)
downloadrails-09e3aa62dca6085d55f8c431a46f8cc5c879a78c.tar.gz
rails-09e3aa62dca6085d55f8c431a46f8cc5c879a78c.tar.bz2
rails-09e3aa62dca6085d55f8c431a46f8cc5c879a78c.zip
change test method name to the appropriate name
Diffstat (limited to 'actionmailer/test/base_test.rb')
-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