From ab827e32e0e4b8b737a50f37be00a679291dfbab Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 24 Dec 2023 14:40:06 -0500 Subject: [PATCH] Added config.load_defaults to test setup --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index f662c5030..4f11c3aea 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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