Skip to content
Snippets Groups Projects
Commit d458e39e authored by Jeroen van Baarsen's avatar Jeroen van Baarsen
Browse files

Don't cache classes in tests

parent d9f84f68
No related branches found
No related tags found
2 merge requests!8782Don't cache classes in tests,!8686add "Uplaod" and "Replace" functionality
Loading
Loading
@@ -5,7 +5,7 @@ Gitlab::Application.configure do
# test suite. You never need to work with it otherwise. Remember that
# your test database is "scratch space" for the test suite and is wiped
# and recreated between test runs. Don't rely on the data there!
config.cache_classes = true
config.cache_classes = false
 
# Configure static asset server for tests with Cache-Control for performance
config.serve_static_assets = true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment