Displaying 1 result from an estimated 1 matches for "adminnotifi".
Did you mean:
  adminnotify
  
2007 May 29
0
specs for ActionMailer
Hi,
Email notifications are an important part of my app and I would like  
to spec them.  Here''s what I have going so far. It seems to work. I''d  
appreciate comments/suggestions.
Rails script/generate mailer produces tests for the email contents  
etc. I''ve started by manually converting the generated unit tests to  
rspec, and then changing/adding examples as I