Skip to content

Commit d3a182e

Browse files
committed
chore: Ease debugging errors with dummy app
Do not show formatted HTML error pages but raise errors up.
1 parent acc6fcc commit d3a182e

File tree

1 file changed

+1
-1
lines changed
  • spec/dummy/config/environments

1 file changed

+1
-1
lines changed

spec/dummy/config/environments/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
config.action_controller.perform_caching = false
2222

2323
# Raise exceptions instead of rendering exception templates.
24-
config.action_dispatch.show_exceptions = false
24+
config.action_dispatch.show_exceptions = :none
2525

2626
# Disable request forgery protection in test environment.
2727
config.action_controller.allow_forgery_protection = false

0 commit comments

Comments
 (0)