summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-03-02 10:33:38 +0000
committerRémy Coutable <remy@rymai.me>2016-03-02 10:33:38 +0000
commit9c593a51c377f474f1aac1ed16b1dc8eafc6f6d9 (patch)
tree6fbc0eeb97409e24a4052a30c3a43bc1de542b65
parentc71c5876cbb66890c87de063982d671299c9dc8e (diff)
downloadgitlab-ce-remove-duplicate-cache_store-in-test-config.tar.gz
Remove duplicate 'cache_store' configuration in test environmentremove-duplicate-cache_store-in-test-config
-rw-r--r--config/environments/test.rb2
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"