diff options
author | Matthew Draper <matthew@trebex.net> | 2017-07-29 15:38:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-29 15:38:02 -0400 |
commit | b5db73076914e7103466bd76bec785cbcfe88875 (patch) | |
tree | c167e5e4ba9691dcbb543f2e07d716fcf11bfa4d /actionpack/bin | |
parent | 904f1a8747958129124d86b44e36c5f0263e0125 (diff) | |
parent | dfcc766163fa58389a6fe6dc5788533a455f8a89 (diff) | |
download | rails-b5db73076914e7103466bd76bec785cbcfe88875.tar.gz rails-b5db73076914e7103466bd76bec785cbcfe88875.tar.bz2 rails-b5db73076914e7103466bd76bec785cbcfe88875.zip |
Merge pull request #29933 from kirs/frozen-actionpack
Use frozen string literal in actionpack/
Diffstat (limited to 'actionpack/bin')
-rwxr-xr-x | actionpack/bin/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/bin/test b/actionpack/bin/test index 470ce93f10..c53377cc97 100755 --- a/actionpack/bin/test +++ b/actionpack/bin/test @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: true COMPONENT_ROOT = File.expand_path("..", __dir__) require_relative "../../tools/test" |