aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
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)