test/rails_app/config/environments/test.rb in milia-0.3.7 vs test/rails_app/config/environments/test.rb in milia-0.3.8
- old
+ new
@@ -25,10 +25,10 @@
config.active_support.deprecation = :log
# config.logger = Logger.new(STDOUT)
config.log_level = :debug
config.assets.logger = nil
- config.active_record.logger = Logger.new(STDOUT)
+# config.active_record.logger = Logger.new(STDOUT)
# Disable request forgery protection in test environment
config.action_controller.allow_forgery_protection = false
# Tell Action Mailer not to deliver emails to the real world.