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 f055771
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

ENV["RAILS_ENV"] = "test"

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

Expand Down

0 comments on commit f055771

Please sign in to comment.