Skip to content

Commit e28c4e5

Browse files
committed
Add missing requires
1 parent a45a420 commit e28c4e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

activejob/test/adapters/delayed_job.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
ActiveJob::Base.queue_adapter = :delayed_job
44

55
$LOAD_PATH << File.expand_path("../support/delayed_job", __dir__)
6+
require "active_support/core_ext/kernel/reporting"
67

78
Delayed::Worker.delay_jobs = false
89
Delayed::Worker.backend = :test

activerecord/test/cases/helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
require "cases/test_case"
99
require "active_support/dependencies"
1010
require "active_support/logger"
11+
require "active_support/core_ext/kernel/reporting"
1112
require "active_support/core_ext/kernel/singleton_class"
1213

1314
require "support/config"

0 commit comments

Comments
 (0)