[rspec-users] [Cucumber] Enforce a skip on a non-implemented step
aidy lewis
aidy.lewis at googlemail.com
Wed Feb 25 10:23:25 EST 2009
Hi Josh et al
On 25/02/2009, Josh Knowles <joshknowles at gmail.com> wrote:
> On Wed, Feb 25, 2009 at 5:52 AM, aidy lewis <aidy.lewis at googlemail.com> wrote:
> > Hi,
> >
> > When we create step defintions. For example:
> >
> > When /^that data is loaded$/ do
> >
> > end
>
>
>
> Are you familiar with the "pending" method?
>
> i.e.
>
>
> When /^that data is loaded$/
>
> pending
> end
>
> _______________________________________________
I was not familiar, but it is exactly what I needed.
Thanks
Aidy
More information about the rspec-users
mailing list