Testing Rails ActionMailers
The Exciter has a great post for testing Rails ActionMailer fixtures. It tells you to throw out the generated fixtures and tests that come from the generators, and to write very simple tests that check bits and pieces of the email's content.