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 660e655 commit ab827e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -8,6 +8,7 @@

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

0 comments on commit ab827e3

Please sign in to comment.