> I'm new in ruby/watir and I am trying to learn cucumber here.
> Following the instructions from http://wiki.openqa.org/display/WTR/Install+Ruby,
> I installed Ruby 1.9.1 p430 and watir 1.7.1. sucessfully. Then I
> installed cucumber 0.9.0. Using this version, I am able to run the
> command "cucumber --help".
> 
> The next thing I am trying to do is to run cucumber examples.
> According to https://github.com/aslakhellesoy/cucumber/wiki/
> I should be able to run cucumber command in each of the examples
> directory. So I went to the examples directory and try to run the
> command. However, I keep getting below error when running the
> examples.
> 
> C:\ruby186\lib\ruby\gems\1.9.1\gems\cucumber-0.9.0\examples
> \watir>cucumber ./features/search.feature
> Using the default profile...
> no such file to load -- spec/expectations (LoadError)
try `gem install rspec`
Those examples were written pre-bundler. We could do with a Gemfile, either for the whole examples folder, or one per example.
> -- 
> You received this message because you are subscribed to the Google Groups "Cukes" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
> 
cheers,
Matt
ma...@mattwynne.net
07974 430184
> Thank you for your help, Matt. I tried your suggestion, Ibut  still
> get the same error.
Try Rspec 1.x
On Thursday, 24 January 2013 at 17:28, gillescv wrote:
For information, I also use cucumber and rspec in my project.The 21th of january 2013 I detected the same kind of error:[WARNING] no such file to load -- spec/expectations (LoadError)
---- Rules --1) Please prefix the subject with [Ruby], [JVM] or [JS].2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style3) If you have a question, don't reply to an existing message. Start a new topic instead.You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cu...@googlegroups.com. To unsubscribe from this group, send email to cukes+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en