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