search for: emailspec

Displaying 2 results from an estimated 2 matches for "emailspec".

2009 Oct 22
1
Can't figure you why I am getting deliver_from == Nil Using EmailSpec
Using EmailSpec, I am testing the format of emails sent from an observer. I can verify the deliver_to address, the bcc_to address, and that the message body has the appropriate text. However, when I test the deliver_from, I am getting an error saying my deliver_from is nil, though when I follow the same...
2010 Jul 09
2
Email Testing with Cucumber and email-spec
Hello Friends! I have been trying to test email using Cucumber and Email-Spec. I have put this statement "require ''email_spec/cucumber''" in support/env.rb file and I am getting this error: "Using the default profile... uninitialized constant EmailSpec (NameError)" I don''t know what I am doing wrong. Please help!!!! Thanks a lot!!!! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to ru...