Skip to content

Commit

Permalink
Include ActiveJob::TestHelper in IterationUnitTest
Browse files Browse the repository at this point in the history
This allows us to use helpers like clear_enqueued_jobs
  • Loading branch information
sambostock committed Jun 29, 2022
1 parent 6dc57f8 commit a68ae83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def skip_until_version(version)
class IterationUnitTest < ActiveSupport::TestCase
include LoggingHelpers
include JobIteration::TestHelper
include ActiveJob::TestHelper

setup do
insert_fixtures
Expand Down

0 comments on commit a68ae83

Please sign in to comment.