Re: [rspec-users] Running a specific row in cucumber example table

2009-10-02 Thread Matt Wynne
On 2 Oct 2009, at 17:16, Sam Treweek wrote: I want to be able to execute only 1 row in an Scenario/Outline Example table. Is there a method already created for me to access. I have certain validation rules for only running 1 row of data coming from an external request to execute cuke. So havin

Re: [rspec-users] Running a specific row in cucumber example table

2009-10-02 Thread David Chelimsky
On Fri, Oct 2, 2009 at 11:16 AM, Sam Treweek wrote: > I want to be able to execute only 1 row in an Scenario/Outline Example > table. Is there a method already created for me to access. I have > certain validation rules for only running 1 row of data coming from an > external request to execute cu

[rspec-users] Running a specific row in cucumber example table

2009-10-02 Thread Sam Treweek
I want to be able to execute only 1 row in an Scenario/Outline Example table. Is there a method already created for me to access. I have certain validation rules for only running 1 row of data coming from an external request to execute cuke. So having something in a step_definition file like: tes

Re: [rspec-users] what's wrong with my newbie cucumber test?

2009-10-02 Thread Stephen Eley
On Fri, Oct 2, 2009 at 9:24 AM, Tim Walker wrote: > Try commenting out your step completely or temporarily removing > forums_step.rb. Run and see what step it's matching. I'd imagine it's > matching a webrat step. Also: there's a separate list for Cucumber stuff these days. Check out: http://gro

Re: [rspec-users] what's wrong with my newbie cucumber test?

2009-10-02 Thread Tim Walker
Try commenting out your step completely or temporarily removing forums_step.rb. Run and see what step it's matching. I'd imagine it's matching a webrat step. Good luck, Tim On Thu, Oct 1, 2009 at 6:27 PM, mithunperera wrote: > > hi, > I did a senario like to u. but i got unswer. > go and follo