Merge pull request #21675 from y-yagi/fix_test_method_name

change test method name to the appropriate name
This commit is contained in:
Kasper Timm Hansen 2015-09-19 10:49:52 +02:00
commit e39e84cb3f

@ -449,7 +449,7 @@ def welcome
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