reloading classes is just trouble in test, lets not do that so spork is squeaky clean and happy.

This commit is contained in:
Sam 2013-07-08 12:10:47 +10:00
parent d79aa917f1
commit 5086f48784
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Discourse::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 = false
config.cache_classes = true
# Configure static asset server for tests with Cache-Control for performance
config.serve_static_assets = true