Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-03-02 13:33:38 +0300
committerRémy Coutable <remy@rymai.me>2016-03-02 13:33:38 +0300
commit9c593a51c377f474f1aac1ed16b1dc8eafc6f6d9 (patch)
tree6fbc0eeb97409e24a4052a30c3a43bc1de542b65 /config/environments
parentc71c5876cbb66890c87de063982d671299c9dc8e (diff)
Remove duplicate 'cache_store' configuration in test environment
Diffstat (limited to 'config/environments')
-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"