Skip to content

Commit 0158d32

Browse files
suppress testing warning
1 parent ba50ac4 commit 0158d32

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
@@ -29,7 +29,7 @@
2929
config.cache_store = :null_store
3030

3131
# Raise exceptions instead of rendering exception templates.
32-
config.action_dispatch.show_exceptions = false
32+
config.action_dispatch.show_exceptions = :none
3333

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

0 commit comments

Comments
 (0)