From 82df8c2ca545785cd49f8c9552a054a05e6ac289 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Sun, 23 Jul 2017 18:17:16 +0300 Subject: Use frozen string literal in actionmailer/ --- actionmailer/test/abstract_unit.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionmailer/test/abstract_unit.rb') diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb index dbfdb07e6e..45f69d5375 100644 --- a/actionmailer/test/abstract_unit.rb +++ b/actionmailer/test/abstract_unit.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require "active_support/core_ext/kernel/reporting" # These are the normal settings that will be set up by Railties -- cgit v1.2.3