Skip to content

Commit

Permalink
Remove deprecation when default cache format is used
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 1, 2023
1 parent 5246758 commit b73e5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cases/railtie_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def setup
@app.config.eager_load = false
@app.config.logger = Logger.new(nil)
@app.config.secret_key_base = ('x' * 30)
@app.config.active_support.cache_format_version = Rails::VERSION::STRING.to_f
end

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

0 comments on commit b73e5f9

Please sign in to comment.