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!!!!

You need to add "require 'email_spec'" before the "require 'email_spec/cucumber'".

Also, for future cucumber related questions please use the cucumber mailing list:

http://groups.google.com/group/cukes

HTH, Ben

Thanks Ben!

I will use "http://groups.google.com/group/cukes" mailing-list in future.