Giter Site home page Giter Site logo

Comments (10)

aprescott avatar aprescott commented on July 30, 2024 6

Think I got one, actually:

# Temporarily work around a clash between rspec-rails 3.4.0 and
# rspec-sidekiq because of new ActiveJob matchers.
#
# See philostler/rspec-sidekiq#83
module RSpec
  module Sidekiq
    module Matchers
      def have_enqueued_sidekiq_job(*expected_arguments)
        HaveEnqueuedSidekiqJob.new expected_arguments
      end

      HaveEnqueuedSidekiqJob = HaveEnqueuedJob
    end
  end
end

from rspec-sidekiq.

bkoltai avatar bkoltai commented on July 30, 2024 4

+1 for PR!

from rspec-sidekiq.

mhenrixon avatar mhenrixon commented on July 30, 2024

👍

from rspec-sidekiq.

aprescott avatar aprescott commented on July 30, 2024

I see @mrbrdo issued #84 for this fix. Until that gets reviewed, merged and included in a release, is there a temporary work-around I can use to unblock gem updates?

from rspec-sidekiq.

mrbrdo avatar mrbrdo commented on July 30, 2024

Or just use my branch in your gemfile.

from rspec-sidekiq.

aprescott avatar aprescott commented on July 30, 2024

Git refs in a Gemfile lead to bulky vendor/cache directories, so I try to avoid them.

from rspec-sidekiq.

fabn avatar fabn commented on July 30, 2024

@philostler any ETA for this? I'd like to upgrade RSpec but this issue prevent me to do that.

from rspec-sidekiq.

philostler avatar philostler commented on July 30, 2024

Been busy with work etc recently, will review all PRs and Issues very soon.

from rspec-sidekiq.

nickcoyne avatar nickcoyne commented on July 30, 2024

Was the PR not merged?

from rspec-sidekiq.

philostler avatar philostler commented on July 30, 2024

This should be fixed with #95 now

from rspec-sidekiq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.