I have a BackgroundRb worker in charge of dispatching some emails.
How should I tell this worker not to run during tests? Does the framework include some configuration parameter or stub worker I could use?
MiddleMan.worker(:emails_worker).async_send_mails(:arg => {:emails => emails})