Merge pull request #8782 from jvanbaarsen/no-test-class-caching

Don't cache classes in tests
This commit is contained in:
Dmitriy Zaporozhets 2015-02-23 23:47:23 -08:00
commit 9f9a79abe0

View file

@ -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