Straight strings?

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

On 9 Jan 2010, at 18:34, rogerdpack wrote:

I saw some tests like this the other day:
it “the nodes are the contents of the directory” do

In this case I say “specify” instead.