Skip to content

Commit 3b20e03

Browse files
committed
Attempt to fix Logger errors
1 parent 1c16a55 commit 3b20e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
require 'minitest/reporters'
33
Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new
44

5+
# Fix for Ruby 3.0+ compatibility: ensure Logger is available before ActiveSupport
6+
require 'logger'
57
require 'active_support/core_ext/kernel/reporting'
68

79
Dir['test/support/**/*.rb'].each do |file|

0 commit comments

Comments
 (0)