mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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.
This commit is contained in:
parent
f47be7bd96
commit
d380ffe216
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "test_helper"
|
||||
|
||||
class <%= class_name %>MailboxTest < ActionMailbox::TestCase
|
||||
|
|
Loading…
Reference in a new issue