From 09e3aa62dca6085d55f8c431a46f8cc5c879a78c Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 19 Sep 2015 17:33:14 +0900 Subject: change test method name to the appropriate name --- actionmailer/test/base_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer') 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 -- cgit v1.2.3