From ac063ed9382ac8344dfea710f5cc09ca4525ac9d Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 6 Aug 2011 12:46:15 -0700 Subject: [PATCH] Show stack traces in cucumber. How did this get turned off? Did we used to have a separate cucumber environment? --- config/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 05bb47789..e7a9fc0ec 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -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