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

Reply via email to