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 ba50ac4 commit 0158d32Copy full SHA for 0158d32
spec/dummy/config/environments/test.rb
@@ -29,7 +29,7 @@
29
config.cache_store = :null_store
30
31
# Raise exceptions instead of rendering exception templates.
32
- config.action_dispatch.show_exceptions = false
+ config.action_dispatch.show_exceptions = :none
33
34
# Disable request forgery protection in test environment.
35
config.action_controller.allow_forgery_protection = false
0 commit comments