From d082439cf7e577e266bfeb7b443569f323df1673 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 28 Dec 2018 16:56:45 +0900 Subject: Add missing quotes on Mailbox test template --- .../lib/rails/generators/test_unit/templates/mailbox_test.rb.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailbox/lib') diff --git a/actionmailbox/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt b/actionmailbox/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt index 41749808e3..0b51f29fe4 100644 --- a/actionmailbox/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt +++ b/actionmailbox/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt @@ -5,7 +5,7 @@ require "test_helper" class <%= class_name %>MailboxTest < ActionMailbox::TestCase # test "receive mail" do # receive_inbound_email_from_mail \ - # to: '"someone" , + # to: '"someone" ', # from: '"else" ', # subject: "Hello world!", # body: "Hello?" -- cgit v1.2.3