Re: [rspec-users] testing out cucumber scenario outline feature

2009-02-07 Thread Joaquin Rivera Padron
hey thanks joseph, I tried this out: $ ruby script/plugin install git://github.com/dchelimsky/rspec.git -r 'tag 1.1.12' $ ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 'tag 1.1.12' now Webrat finds correctly rspec-rails. Before it was a system gem and so it failed, and

Re: [rspec-users] testing out cucumber scenario outline feature

2009-02-07 Thread Joseph Wilk
Joaquin Rivera Padron wrote: hey there, I've been playing with Scenario Outline according to cucumber wiki. I have paste the tests made in http://gist.github.com/59920 the short answers: http://wiki.github.com/aslakhellesoy/cucumber/scenario-outlines seems inaccurate, Examples should be More

[rspec-users] testing out cucumber scenario outline feature

2009-02-07 Thread Joaquin Rivera Padron
hey there, I've been playing with Scenario Outline according to cucumber wiki. I have paste the tests made in http://gist.github.com/59920 the short answers: http://wiki.github.com/aslakhellesoy/cucumber/scenario-outlines seems inaccurate, Examples should be More Examples. Should I edit the wiki f