I saw some tests like this the other day:

it "the nodes are the contents of the directory" do
 ...
end

Made me wonder if the idea had been proposed to skip the it, like.


"the nodes are the contents of the directory".do {
 ...
}

or what not.
Thoughts?
-r
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to