diff options
author | Kir Shatrov <shatrov@me.com> | 2017-07-09 20:49:52 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2017-07-09 20:50:52 +0300 |
commit | 14ece5e4292053e7a40e9bd80c447745f721e217 (patch) | |
tree | a4dafa29ffc8419449a6edab6abcd8554a2b9000 /activejob/bin | |
parent | 0b6309d6bc9712c06fdc42dda8ae8bd695401b7c (diff) | |
download | rails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.gz rails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.bz2 rails-14ece5e4292053e7a40e9bd80c447745f721e217.zip |
Use frozen-string-literal in ActiveJob
Diffstat (limited to 'activejob/bin')
-rwxr-xr-x | activejob/bin/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/bin/test b/activejob/bin/test index 470ce93f10..c53377cc97 100755 --- a/activejob/bin/test +++ b/activejob/bin/test @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: true COMPONENT_ROOT = File.expand_path("..", __dir__) require_relative "../../tools/test" |