Skip to content

Commit

Permalink
configure tests to use the test activejeob library
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Apr 23, 2024
1 parent de7ca33 commit 4fec0e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
# Raise exceptions for disallowed deprecations.
config.active_support.disallowed_deprecation = :raise

config.active_job.queue_adapter = :test

# Tell Active Support which deprecation messages to disallow.
config.active_support.disallowed_deprecation_warnings = []

Expand Down

0 comments on commit 4fec0e7

Please sign in to comment.