[rspec-users] 'it' duplicate example: BUG
David Chelimsky
dchelimsky at gmail.com
Sun Nov 25 07:49:36 EST 2007
On Nov 21, 2007 2:17 PM, aslak hellesoy <aslak.hellesoy at gmail.com> 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
More information about the rspec-users
mailing list