diff options
author | Rémy Coutable <remy@rymai.me> | 2016-03-02 10:33:38 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-03-02 10:33:38 +0000 |
commit | 9c593a51c377f474f1aac1ed16b1dc8eafc6f6d9 (patch) | |
tree | 6fbc0eeb97409e24a4052a30c3a43bc1de542b65 /config | |
parent | c71c5876cbb66890c87de063982d671299c9dc8e (diff) | |
download | gitlab-ce-9c593a51c377f474f1aac1ed16b1dc8eafc6f6d9.tar.gz |
Remove duplicate 'cache_store' configuration in test environmentremove-duplicate-cache_store-in-test-config
Diffstat (limited to 'config')
-rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index d6842affa6c..f96ac6f9753 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -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" |