Skip to content

Commit c8e89e8

Browse files
fix: Rails 7.0.3 test suite incompatibility (#1236)
It is possible that a transitive require statement was removed in this PR https://github.com/rails/rails/pull/44340/files It is likely that in most Rails production workloads this will not be a problem since the Rails Railtie requires `kernel/reporting`. https://github.com/rails/rails/blob/8ace32c4ccdc760d17548de777b08c13bc9e07bd/railties/lib/rails.rb#L8 Fixes: #1234 cc: collectiveidea/delayed_job#1168
1 parent ee5ece7 commit c8e89e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/delayed_job/test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7+
require 'active_support/core_ext/kernel/reporting'
78
require 'delayed_job'
89
require 'delayed_job_active_record'
910

0 commit comments

Comments
 (0)