Skip to content

Commit b73e5f9

Browse files
committed
Remove deprecation when default cache format is used
1 parent 5246758 commit b73e5f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cases/railtie_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setup
1616
@app.config.eager_load = false
1717
@app.config.logger = Logger.new(nil)
1818
@app.config.secret_key_base = ('x' * 30)
19+
@app.config.active_support.cache_format_version = Rails::VERSION::STRING.to_f
1920
end
2021

2122
test 'GlobalID.app for Blog::Application defaults to blog' do

0 commit comments

Comments
 (0)