aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/parameterized_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/parameterized_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/parameterized_test.rb')
-rw-r--r--actionmailer/test/parameterized_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/test/parameterized_test.rb b/actionmailer/test/parameterized_test.rb
index e988fffcb9..ec6c5e9e67 100644
--- a/actionmailer/test/parameterized_test.rb
+++ b/actionmailer/test/parameterized_test.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "abstract_unit"
require "active_job"
require "mailers/params_mailer"