1
0
Fork 0
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:
yuuji.yaginuma 2019-05-29 07:57:05 +09:00
parent f47be7bd96
commit d380ffe216

View file

@ -1,5 +1,3 @@
# frozen_string_literal: true
require "test_helper"
class <%= class_name %>MailboxTest < ActionMailbox::TestCase