On Nov 21, 2007 2:17 PM, aslak hellesoy <[EMAIL PROTECTED]> wrote:
> Then I remembered that Brian a few days ago did a change to the
> internals - every it block now creates a method with the same name as
> the description, and later calls that method to run the example.

FYI - this ended up causing a couple of problems so we undid it. One
problem was that it broke auto-generated names:

it { @result.should == 37 }

The other problem has to do with nested example groups, which is a
feature that we are adding for 1.1.0.

Cheers,
David
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to