mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #42496 from rails/revert-42492-run-activejob-tests
Revert "Run ActiveRecord -> ActiveJob integration tests in CI"
This commit is contained in:
commit
4e1fee11e5
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "cases/activejob/helper"
|
||||
require "activejob/helper"
|
||||
|
||||
require "models/book_destroy_async"
|
||||
require "models/essay_destroy_async"
|
|
@ -10,6 +10,6 @@ require "active_job"
|
|||
ActiveJob::Base.queue_adapter = :test
|
||||
ActiveJob::Base.logger = ActiveSupport::Logger.new(nil)
|
||||
|
||||
require_relative "../../../../tools/test_common"
|
||||
require_relative "../../../tools/test_common"
|
||||
|
||||
ActiveRecord::Base.destroy_association_async_job = ActiveRecord::DestroyAssociationAsyncJob
|
Loading…
Reference in a new issue