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 acc6fcc commit d3a182eCopy full SHA for d3a182e
spec/dummy/config/environments/test.rb
@@ -21,7 +21,7 @@
21
config.action_controller.perform_caching = false
22
23
# Raise exceptions instead of rendering exception templates.
24
- config.action_dispatch.show_exceptions = false
+ config.action_dispatch.show_exceptions = :none
25
26
# Disable request forgery protection in test environment.
27
config.action_controller.allow_forgery_protection = false
0 commit comments