|
@@ -7,7 +7,7 @@ Rails.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.enable_reloading = false
|
|
|
|
|
|
# Do not eager load code on boot. This avoids loading your whole application
|
|
|
# just for the purpose of running a single test. If you are using a tool that
|