aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/bin
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/bin
parenta532eb448f8ead1640ef3d886eb8e02fc46583e6 (diff)
downloadrails-82df8c2ca545785cd49f8c9552a054a05e6ac289.tar.gz
rails-82df8c2ca545785cd49f8c9552a054a05e6ac289.tar.bz2
rails-82df8c2ca545785cd49f8c9552a054a05e6ac289.zip
Use frozen string literal in actionmailer/
Diffstat (limited to 'actionmailer/bin')
-rwxr-xr-xactionmailer/bin/test1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/bin/test b/actionmailer/bin/test
index 470ce93f10..c53377cc97 100755
--- a/actionmailer/bin/test
+++ b/actionmailer/bin/test
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
+# frozen_string_literal: true
COMPONENT_ROOT = File.expand_path("..", __dir__)
require_relative "../../tools/test"