Skip to content

Commit 821b601

Browse files
committed
just render runtime exceptions instead of throwing exceptions in test env exceptions break the dockerized test workflow
1 parent 9fd717f commit 821b601

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
@@ -23,7 +23,7 @@
2323
config.action_controller.perform_caching = false
2424

2525
# Raise exceptions instead of rendering exception templates.
26-
config.action_dispatch.show_exceptions = false
26+
config.action_dispatch.show_exceptions = true
2727

2828
# Disable request forgery protection in test environment.
2929
config.action_controller.allow_forgery_protection = true

0 commit comments

Comments
 (0)