diff options
author | Kir Shatrov <shatrov@me.com> | 2017-07-23 18:17:16 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2017-07-23 18:17:19 +0300 |
commit | 82df8c2ca545785cd49f8c9552a054a05e6ac289 (patch) | |
tree | bfab97859ada903d4a3afdf529ebc5641b53aa92 /actionmailer/bin | |
parent | a532eb448f8ead1640ef3d886eb8e02fc46583e6 (diff) | |
download | rails-82df8c2ca545785cd49f8c9552a054a05e6ac289.tar.gz rails-82df8c2ca545785cd49f8c9552a054a05e6ac289.tar.bz2 rails-82df8c2ca545785cd49f8c9552a054a05e6ac289.zip |
Use frozen string literal in actionmailer/
Diffstat (limited to 'actionmailer/bin')
-rwxr-xr-x | actionmailer/bin/test | 1 |
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" |