aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/que
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/test/support/que
parent0b6309d6bc9712c06fdc42dda8ae8bd695401b7c (diff)
downloadrails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.gz
rails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.bz2
rails-14ece5e4292053e7a40e9bd80c447745f721e217.zip
Use frozen-string-literal in ActiveJob
Diffstat (limited to 'activejob/test/support/que')
-rw-r--r--activejob/test/support/que/inline.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/test/support/que/inline.rb b/activejob/test/support/que/inline.rb
index 55eb0d01ef..e204f8154a 100644
--- a/activejob/test/support/que/inline.rb
+++ b/activejob/test/support/que/inline.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require "que"
Que::Job.class_eval do