Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Mei <sarahmei@gmail.com>2011-08-06 23:46:15 +0400
committerSarah Mei <sarahmei@gmail.com>2011-08-06 23:46:15 +0400
commitac063ed9382ac8344dfea710f5cc09ca4525ac9d (patch)
treed636cdd9d71e9095653e41c174989b44029a05c3 /config/environments
parente9f4495b53397689aa977fd4b6bdda65286758dc (diff)
Show stack traces in cucumber. How did this get turned off? Did we used to have a separate cucumber environment?
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb2
1 files changed, 1 insertions, 1 deletions
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