Show stack traces in cucumber. How did this get turned off? Did we used to have a separate cucumber environment?

This commit is contained in:
Sarah Mei 2011-08-06 12:46:15 -07:00
parent e9f4495b53
commit ac063ed938

View file

@ -19,7 +19,7 @@ Diaspora::Application.configure do
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