aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-19 16:22:31 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-19 16:22:31 -0700
commit9cecd74239bfa1ccf3bf4ee177e79e65986bf7c8 (patch)
treebc4c555458c5582b8d25cd5fc8c3e76a97f2cb36 /test/test_helper.rb
parent67ba89a8c7b4c28cb38184ac15bc3c6aa8a20cbf (diff)
downloadrails-9cecd74239bfa1ccf3bf4ee177e79e65986bf7c8.tar.gz
rails-9cecd74239bfa1ccf3bf4ee177e79e65986bf7c8.tar.bz2
rails-9cecd74239bfa1ccf3bf4ee177e79e65986bf7c8.zip
Everyone needs job testing
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index a48ac6eb9c..50ddc85463 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -25,7 +25,8 @@ end
require "action_mailroom/test_helper"
class ActiveSupport::TestCase
- include ActionMailroom::TestHelper
+ include ActionMailroom::TestHelper, ActiveJob::TestHelper
+end
if ARGV.include?("-v")
ActiveRecord::Base.logger = Logger.new(STDOUT)