On Wed, Feb 25, 2009 at 5:52 AM, aidy lewis <[email protected]> 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
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to