Rspec and resque - tips?

I’ve just gotten started refactoring my app to use Resque/Redis to do
things like email and order capture asynchronously.
I’m wondering if anyone has any tips on how to test my job classes,
and how to run integration tests for this kind of thing.

BTW - we’re a very small group, and the tests are mostly just for me,
so my integration is all webrat w/ rspec, not cucumber.

Thanks,
Matt Van Horn