Skip to content

Commit

Permalink
fix: rails logger issue
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 29, 2025
1 parent 3c72f5d commit c593b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

ENV["RAILS_ENV"] = "test"

# https://github.com/rails/rails/issues/54263
require "logger"
require "combustion"
require "view_component_contrib"

Expand Down

0 comments on commit c593b9e

Please sign in to comment.