Skip to content

Commit a236145

Browse files
committed
fix deprecation
1 parent e6c2206 commit a236145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
config.cache_store = :null_store
2929

3030
# Raise exceptions instead of rendering exception templates.
31-
config.action_dispatch.show_exceptions = false
31+
config.action_dispatch.show_exceptions = :none
3232

3333
# Disable request forgery protection in test environment.
3434
config.action_controller.allow_forgery_protection = false

0 commit comments

Comments
 (0)