aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-05-29 07:57:05 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-05-29 08:00:59 +0900
commitd380ffe216ce3b44d9678524bcabeb16379430df (patch)
tree9f6a2f39ff4d84cadbf3c04ed4126545c23e808f /actionmailbox
parentf47be7bd96827af9f0b9b165666c6626cefc008f (diff)
downloadrails-d380ffe216ce3b44d9678524bcabeb16379430df.tar.gz
rails-d380ffe216ce3b44d9678524bcabeb16379430df.tar.bz2
rails-d380ffe216ce3b44d9678524bcabeb16379430df.zip
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.
Diffstat (limited to 'actionmailbox')
-rw-r--r--actionmailbox/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt2
1 files changed, 0 insertions, 2 deletions
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