Can I unit test backgroundrb workers?

I typically move all my interesting worker code to a separate helper class, leaving the worker as a simple stub that calls that helper. You can then unit test the helper, without having any dependencies on BDRb