On Fri, Oct 2, 2009 at 11:16 AM, Sam Treweek <[email protected]> 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 having something in a step_definition file like:
>
> test.rb
>
> If $something
>   table.row.skip
> end
>
> Before do
>  pending
> end
>
> etc...
> --

Please direct cucumber questions to http://groups.google.com/group/cukes
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to