[rspec-users] cleanup pendings?
rogerdpack
rogerpack2005 at gmail.com
Tue Dec 15 12:05:43 EST 2009
Currently with pending...
it "should do something";
or
it "should do something" do
pending "some work"
end
I get this type of output:
Pending:
After should immediately return if the other process doesn't exist
(Not Yet Implemented)
C:/dev/ruby/wait_for/test/spec.after.rb:5:in `block in <top (required)
>'
that part in block in <top (required)> is a bit confusing to me.
Anyway to get rid of that, or what is going on?
Thanks!
-r
More information about the rspec-users
mailing list