We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ab7b3 commit c61ec41Copy full SHA for c61ec41
test/test_helper.rb
@@ -1,6 +1,8 @@
1
#$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
2
ENV["RAILS_ENV"] = "test"
3
4
+require "logger" # Fix for Rails 7.0 and below, https://github.com/rails/rails/pull/54264
5
+
6
require "active_support/all"
7
8
ActiveSupport.on_load(:active_record) do
0 commit comments