From ca1dfbdf6a755286c9450007eb265c144b9f3721 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 17 May 2024 15:31:37 -0700 Subject: [PATCH] Fix deprecation --- test/dummy/config/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dummy/config/environments/test.rb b/test/dummy/config/environments/test.rb index 5c6c7d0..4229bb2 100644 --- a/test/dummy/config/environments/test.rb +++ b/test/dummy/config/environments/test.rb @@ -28,7 +28,7 @@ config.cache_store = :null_store # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false + config.action_dispatch.show_exceptions = :none # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false