Merge pull request #42496 from rails/revert-42492-run-activejob-tests

Revert "Run ActiveRecord -> ActiveJob integration tests in CI"
This commit is contained in:
Rafael França 2021-06-15 11:19:12 -04:00 committed by GitHub
commit 4e1fee11e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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