We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5246758 commit b73e5f9Copy full SHA for b73e5f9
test/cases/railtie_test.rb
@@ -16,6 +16,7 @@ def setup
16
@app.config.eager_load = false
17
@app.config.logger = Logger.new(nil)
18
@app.config.secret_key_base = ('x' * 30)
19
+ @app.config.active_support.cache_format_version = Rails::VERSION::STRING.to_f
20
end
21
22
test 'GlobalID.app for Blog::Application defaults to blog' do
0 commit comments