aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_job_master.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/bug_report_templates/active_job_master.rb')
-rw-r--r--guides/bug_report_templates/active_job_master.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/bug_report_templates/active_job_master.rb b/guides/bug_report_templates/active_job_master.rb
index 4bcee07607..894581da96 100644
--- a/guides/bug_report_templates/active_job_master.rb
+++ b/guides/bug_report_templates/active_job_master.rb
@@ -18,7 +18,7 @@ end
require "active_job"
require "minitest/autorun"
-# Ensure backward compatibility with Minitest 4
+# Ensure backward compatibility with minitest 4.
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)
class BuggyJob < ActiveJob::Base