test/dummy/config/environments/test.rb in css_splitter-0.2.0 vs test/dummy/config/environments/test.rb in css_splitter-0.4.0
- old
+ new
@@ -32,6 +32,8 @@
# Raise exception on mass assignment protection for Active Record models
# config.active_record.mass_assignment_sanitizer = :strict
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
+
+ config.eager_load = false
end