Giter Site home page Giter Site logo

undefined method 'jobs' about rspec-sidekiq HOT 3 CLOSED

wspurgin avatar wspurgin commented on July 30, 2024
undefined method 'jobs'

from rspec-sidekiq.

Comments (3)

philostler avatar philostler commented on July 30, 2024

Hi Brian,

If you take a look at the built in matchers section of the readme for rspec-expectations it'll give you a good idea of when to use expect as a block vs method.

Generally you'd use expect with a block when your wanting to use the raise_error, throw_symbol or yield_x matchers. You can also do something like expect{ my_method }.to change{ User.all.count }.by(1).

rspec-sidekiq operates on the worker class as it needs access to the jobs class method as defined by Sidekiq's testing class so you'll need to use expect as a method for it to work.

Hope that helps!

P.S. RSpec 2.11+ is required for the new expect syntax. The old should syntax should still work though e.g. AwesomeJob.should have_enqueued_job("Awesome", true)
P.P.S. http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax

from rspec-sidekiq.

BrianJou avatar BrianJou commented on July 30, 2024

Hey Phil!

Thanks for the quick turnaround.
Didn't know about the version of RSpec update, that was the issue. Thanks!

from rspec-sidekiq.

philostler avatar philostler commented on July 30, 2024

No problem. Glad it works

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.