We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c2206 commit a236145Copy full SHA for a236145
config/environments/test.rb
@@ -28,7 +28,7 @@
28
config.cache_store = :null_store
29
30
# Raise exceptions instead of rendering exception templates.
31
- config.action_dispatch.show_exceptions = false
+ config.action_dispatch.show_exceptions = :none
32
33
# Disable request forgery protection in test environment.
34
config.action_controller.allow_forgery_protection = false
0 commit comments