We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd717f commit 821b601Copy full SHA for 821b601
spec/dummy/config/environments/test.rb
@@ -23,7 +23,7 @@
23
config.action_controller.perform_caching = false
24
25
# Raise exceptions instead of rendering exception templates.
26
- config.action_dispatch.show_exceptions = false
+ config.action_dispatch.show_exceptions = true
27
28
# Disable request forgery protection in test environment.
29
config.action_controller.allow_forgery_protection = true
0 commit comments