vendredi 30 janvier 2015

Testing the result of Sidekiq background job with Rspec

I have a model method that sends info to a sidekiq background job. The background job changes some attributes on an object. I want to test to make sure this is happening as expected.


The Rspec test I wrote creates the object, then runs the method and expects the attribute to be changed. However, the attribute isn't changing and I suspect that the background job isn't running in the Rspec test. Anyone know how to make sidekiq process a job in the test so that it actually changes the attributes


Aucun commentaire:

Enregistrer un commentaire