Resque-Unit - Test your Resque-queueing code
resque_unit provides assert_queued and assert_not_queued assertions for testing that your code is queueing your Resque jobs correctly. It also gives you direct access to your queues from your unit tests, and a run! command for executing your jobs, so they can also be tested.
Post a comment