aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_layout_test.rb
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-23 18:17:16 +0300
committerKir Shatrov <shatrov@me.com>2017-07-23 18:17:19 +0300
commit82df8c2ca545785cd49f8c9552a054a05e6ac289 (patch)
treebfab97859ada903d4a3afdf529ebc5641b53aa92 /actionmailer/test/mail_layout_test.rb
parenta532eb448f8ead1640ef3d886eb8e02fc46583e6 (diff)
downloadrails-82df8c2ca545785cd49f8c9552a054a05e6ac289.tar.gz
rails-82df8c2ca545785cd49f8c9552a054a05e6ac289.tar.bz2
rails-82df8c2ca545785cd49f8c9552a054a05e6ac289.zip
Use frozen string literal in actionmailer/
Diffstat (limited to 'actionmailer/test/mail_layout_test.rb')
-rw-r--r--actionmailer/test/mail_layout_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/test/mail_layout_test.rb b/actionmailer/test/mail_layout_test.rb
index 73059d782d..16d77ed61d 100644
--- a/actionmailer/test/mail_layout_test.rb
+++ b/actionmailer/test/mail_layout_test.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "abstract_unit"
class AutoLayoutMailer < ActionMailer::Base