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