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 On Jul 9, 10:00 am, Rails Learner <[email protected]> wrote: > 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 viahttp://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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

