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:
parent
e9f4495b53
commit
ac063ed938
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue