test/rails_test/config/environments/test.rb in muck-users-3.0.0 vs test/rails_test/config/environments/test.rb in muck-users-3.0.1
- old
+ new
@@ -13,10 +13,10 @@
# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
# Raise exceptions instead of rendering exception templates
- config.action_dispatch.show_exceptions = false
+ config.action_dispatch.show_exceptions = true
# 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.