Skip to content

Commit c61ec41

Browse files
authored
Fix CI issues with logger and Rails 7.0 and below (#70)
1 parent 75ab7b3 commit c61ec41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_helper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
22
ENV["RAILS_ENV"] = "test"
33

4+
require "logger" # Fix for Rails 7.0 and below, https://github.com/rails/rails/pull/54264
5+
46
require "active_support/all"
57

68
ActiveSupport.on_load(:active_record) do

0 commit comments

Comments
 (0)