Skip to content

Commit

Permalink
test: require logger (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Jan 20, 2025
1 parent 5c2d837 commit 6501719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions acceptance/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# https://opensource.org/licenses/MIT.

gem "minitest"
require "logger" # https://github.com/rails/rails/issues/54260
require "minitest/autorun"
require "minitest/focus"
require "minitest/rg"
Expand Down
1 change: 1 addition & 0 deletions examples/snippets/config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT.

require "logger" # https://github.com/rails/rails/issues/54260
require "active_record"
require "bundler"

Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT.

require "logger" # https://github.com/rails/rails/issues/54260
require "minitest/autorun"
require "minitest/focus"
require "minitest/rg"
Expand Down

0 comments on commit 6501719

Please sign in to comment.