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/mail_helper_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionmailer/test/mail_helper_test.rb') diff --git a/actionmailer/test/mail_helper_test.rb b/actionmailer/test/mail_helper_test.rb index 6042548aef..51d6ccb10f 100644 --- a/actionmailer/test/mail_helper_test.rb +++ b/actionmailer/test/mail_helper_test.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require "abstract_unit" class HelperMailer < ActionMailer::Base -- cgit v1.2.3