Skip to content

Commit

Permalink
Require logger
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 16, 2025
1 parent 0ba3f9a commit fc9f1ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
$LOAD_PATH.unshift(File.expand_path("../../lib", __FILE__))
require "minitest/autorun"

# ActiveJob depends on logger, but versions prior to 7.1 don't declare it as a dependency and require it explicitly
# Since job-iteration depends on ActiveJob, we need to require logger before requiring job-iteration
require "logger"
require "job-iteration"
require "job-iteration/test_helper"

Expand Down

0 comments on commit fc9f1ec

Please sign in to comment.