Skip to content

Commit

Permalink
Added config.load_defaults to test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 24, 2023
1 parent 2c3b4a8 commit 7f25fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def explain_normalized?

Combustion.path = "test/internal"
Combustion.initialize! :active_record, :action_controller do
config.load_defaults Rails::VERSION::STRING.to_f
config.action_controller.logger = logger
config.active_record.logger = logger
end
Expand Down

0 comments on commit 7f25fee

Please sign in to comment.