spec/rails_app/config/environments/test.rb in audited-3.0.0 vs spec/rails_app/config/environments/test.rb in audited-4.0.0.rc1
- old
+ new
@@ -6,11 +6,11 @@
# 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
# Log error messages when you accidentally call methods on nil.
- config.whiny_nils = true
+ # config.whiny_nils = true
# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
@@ -28,6 +28,8 @@
# config.active_record.schema_format = :sql
config.action_dispatch.show_exceptions = false
config.active_support.deprecation = :stderr
+
+ config.eager_load = false
end