Skip to content

Commit

Permalink
Fix deprecation of config.action_dispatch.show_exceptions = true
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Oct 31, 2023
1 parent c3458cc commit 4497809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
config.cache_store = :null_store

# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = true
config.action_dispatch.show_exceptions = :all

# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false
Expand Down

0 comments on commit 4497809

Please sign in to comment.