From d380ffe216ce3b44d9678524bcabeb16379430df Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 29 May 2019 07:57:05 +0900 Subject: Remove `frozen_string_literal` magic comment from template file The other template files do not add `frozen_string_literal`, so should behave the same. Ref: #30342, #30348. --- .../lib/rails/generators/test_unit/templates/mailbox_test.rb.tt | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionmailbox') 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 0b51f29fe4..3e215b4d0b 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 @@ -1,5 +1,3 @@ -# frozen_string_literal: true - require "test_helper" class <%= class_name %>MailboxTest < ActionMailbox::TestCase -- cgit v1.2.3