resque_spec
resque_spec copied to clipboard
enqueue_at_with_queue and enqueue_in_with_queue are not supported
It is not possible to test enqueue_in_with_queue or enqueue_at_with_queue since the tests fall through to enqueue_in/enqueue_at which use queue_name(klass) to get the queue. My classes can't report their own queue name which is why I am using enqueue_in_with_queue/enqueue_at_with_queue.
Hi @k1w1,
I will take a stab at this later, however, a pull request would make this happen faster :)
You were quicker than I expected! I am working on a patch for this now. I will send the pull request when I have it working.
Awesome!