diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test_oracle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/test_oracle.rb b/config/environments/test_oracle.rb index 35bb19bee..0eb1cd6c1 100644 --- a/config/environments/test_oracle.rb +++ b/config/environments/test_oracle.rb @@ -4,7 +4,7 @@ # 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 # Log error messages when you accidentally call methods on nil. config.whiny_nils = true |