Blog An exploration of the art and
craft of software development

February 2010 Archives

Testing Delayed Job email sends

Posted by Marty Haught on Feb 10, 2010Comments

On one of my projects, we are using Delayed Job to send emails when someone posts a topic to a forum that many users can be montoring. Delayed Job is fantastic but as part of our test suite we had been testing the output of the notification email. When introducing Delayed Job that made the testing aspect trickier.

Continue Reading…