Within my rails app, I have a worker that is reading an AWS SQS and then simply enqueues another worker onto Resque. I\'m looking for the best way to test this with RSpec.