Skip to content

Commit 20af938

Browse files
authored
Merge pull request rails#49031 from yahonda/cache_format_version_7_1_for_railtie_test
Configure `config.active_support.cache_format_version = 7.1` for `RailtieTest`
2 parents 4ac237d + 2ab10fa commit 20af938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activemodel/test/cases/railtie_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def setup
1515
@app ||= Class.new(::Rails::Application) do
1616
config.eager_load = false
1717
config.logger = fake_logger
18+
config.active_support.cache_format_version = 7.1
1819
end
1920
end
2021

0 commit comments

Comments
 (0)