Merge pull request #8782 from jvanbaarsen/no-test-class-caching
Don't cache classes in tests
This commit is contained in:
commit
9f9a79abe0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue