Skip to content

Commit

Permalink
Merge pull request #41306 from PChambino/active-job-test-helper-asser…
Browse files Browse the repository at this point in the history
…tions

Add missing require to ActiveJob::TestHelper
  • Loading branch information
kamipo committed Feb 2, 2021
2 parents a2a5385 + d318af9 commit 4b13727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activejob/lib/active_job/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "active_support/core_ext/class/subclasses"
require "active_support/testing/assertions"

module ActiveJob
# Provides helper methods for testing Active Job
Expand Down

0 comments on commit 4b13727

Please sign in to comment.