Skip to content

Commit

Permalink
raise all rendering errors in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn committed Sep 28, 2018
1 parent 47b46da commit 819321c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decko/lib/decko/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr

config.raise_all_rendering_errors = true

config.active_job.queue_adapter = :delayed_job
# Note: With delay_jobs set to false integrate_with_delay events don't run
# in a separate process and hence can behave differently from a real
Expand Down

0 comments on commit 819321c

Please sign in to comment.