aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/inherited_job.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/test/jobs/inherited_job.rb')
-rw-r--r--activejob/test/jobs/inherited_job.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activejob/test/jobs/inherited_job.rb b/activejob/test/jobs/inherited_job.rb
index 58b6582154..60fca66f88 100644
--- a/activejob/test/jobs/inherited_job.rb
+++ b/activejob/test/jobs/inherited_job.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
require_relative "application_job"
class InheritedJob < ApplicationJob