Module: Minitest::Rails::Expectations::ActiveJob

Extended by:
ActiveSupport::Concern
Includes:
ActiveJob::TestHelper
Included in:
ActionDispatch::IntegrationTest, ActiveJob::TestCase
Defined in:
lib/minitest/rails/expectations/active_job.rb

Overview

This exists as a module to allow easy mixing into classes other than ActiveJob::TestCase where you might want to do job testing e.g. in an Active Record model which triggers jobs in a callback.