Skip to content

Commit

Permalink
Fix random spec failure
Browse files Browse the repository at this point in the history
Fix #321

Refs:
- rails/rails@9f80efc791
- #52353
  • Loading branch information
tagliala committed Dec 15, 2024
1 parent f7342eb commit a373e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module Dummy
class Application < Rails::Application
config.active_support.deprecation = :log
config.eager_load = false
config.eager_load = true # TODO: is this the best approach? This slowes down the suite
config.active_support.cache_format_version = 7.0 if Rails.version >= '7.0'
end
end

0 comments on commit a373e9f

Please sign in to comment.