Merge branch 'remove-duplicate-cache_store-in-test-config' into 'master'

Remove duplicate 'cache_store' configuration in test environment

[ci skip]

See merge request !3061
This commit is contained in:
Robert Speicher 2016-03-08 17:26:47 +00:00
commit c3eb245874
1 changed files with 0 additions and 2 deletions

View File

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