From 2ca8545e514d2b8ad9c1925ef5d54fe65305799c Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Mon, 20 Apr 2015 08:21:15 +0930 Subject: Fix sidekiq test order dependency Requiring sidekiq/testing changes stuff, so we need to counteract that after we do so. And given its potential to confuse things, let's do it up front, at a predictable point. --- activejob/test/integration/queuing_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activejob/test/integration') diff --git a/activejob/test/integration/queuing_test.rb b/activejob/test/integration/queuing_test.rb index af19a92118..3075df607b 100644 --- a/activejob/test/integration/queuing_test.rb +++ b/activejob/test/integration/queuing_test.rb @@ -26,8 +26,6 @@ class QueuingTest < ActiveSupport::TestCase test 'should supply a wrapped class name to Sidekiq' do skip unless adapter_is?(:sidekiq) - require 'sidekiq/testing' - Sidekiq::Testing.fake! do ::HelloJob.perform_later hash = ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper.jobs.first -- cgit v1.2.3