resque_spec
resque_spec copied to clipboard
Resque Spec: Identify currently working job
How do we set the expectation that the worker is currently processing a job ?
Can we stub the perform
method, delay and validate ?
Hi @sithara,
That might work for simulating the work load of the perform method if you have some timing issues.
What kind of problem are you trying to spec out?