Remove duplicate 'cache_store' configuration in test environment

This commit is contained in:
Rémy Coutable 2016-03-02 10:33:38 +00:00
parent c71c5876cb
commit 9c593a51c3

View file

@ -7,8 +7,6 @@ Rails.application.configure do
# and recreated between test runs. Don't rely on the data there! # and recreated between test runs. Don't rely on the data there!
config.cache_classes = false config.cache_classes = false
config.cache_store = :null_store
# Configure static asset server for tests with Cache-Control for performance # Configure static asset server for tests with Cache-Control for performance
config.serve_static_files = true config.serve_static_files = true
config.static_cache_control = "public, max-age=3600" config.static_cache_control = "public, max-age=3600"