aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/bin
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-09 20:49:52 +0300
committerKir Shatrov <shatrov@me.com>2017-07-09 20:50:52 +0300
commit14ece5e4292053e7a40e9bd80c447745f721e217 (patch)
treea4dafa29ffc8419449a6edab6abcd8554a2b9000 /activejob/bin
parent0b6309d6bc9712c06fdc42dda8ae8bd695401b7c (diff)
downloadrails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.gz
rails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.bz2
rails-14ece5e4292053e7a40e9bd80c447745f721e217.zip
Use frozen-string-literal in ActiveJob
Diffstat (limited to 'activejob/bin')
-rwxr-xr-xactivejob/bin/test1
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"