From 36efba05206aef9e587cb971a67d931cd941b90a Mon Sep 17 00:00:00 2001 From: MQuy Date: Mon, 5 Dec 2016 21:47:49 +0800 Subject: Fix wrong typo in test --- actionmailer/test/base_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionmailer/test/base_test.rb b/actionmailer/test/base_test.rb index 76f558a961..d757840559 100644 --- a/actionmailer/test/base_test.rb +++ b/actionmailer/test/base_test.rb @@ -140,7 +140,7 @@ class BaseTest < ActiveSupport::TestCase assert_equal("multipart/mixed", email.mime_type) end - test "set mime type to text/html when attachment is inclued and body is set" do + test "set mime type to text/html when attachment is included and body is set" do email = BaseMailer.attachment_with_content(body: "Hello there", content_type: "text/html") assert_equal("text/html", email.mime_type) end -- cgit v1.2.3