aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/test_helper.rb
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/lib/active_job/test_helper.rb
parent0b6309d6bc9712c06fdc42dda8ae8bd695401b7c (diff)
downloadrails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.gz
rails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.bz2
rails-14ece5e4292053e7a40e9bd80c447745f721e217.zip
Use frozen-string-literal in ActiveJob
Diffstat (limited to 'activejob/lib/active_job/test_helper.rb')
-rw-r--r--activejob/lib/active_job/test_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/lib/active_job/test_helper.rb b/activejob/lib/active_job/test_helper.rb
index a61e4f59a5..60ca1b5f1b 100644
--- a/activejob/lib/active_job/test_helper.rb
+++ b/activejob/lib/active_job/test_helper.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require "active_support/core_ext/class/subclasses"
require "active_support/core_ext/hash/keys"