Re: [rspec-users] Example vs ExampleProxy

2009-12-13 Thread David Chelimsky
On Sun, Dec 13, 2009 at 2:58 PM, Sean Grove wrote: > Hey all, > > I'm working on bring DeepTest up to compatibility with rspec 1.2.9 in order > to parallelize tests, and hit a few roadblocks after 1.1.12. Specifically, I > was wondering about ExampleProxy (which I know now is for the custom > form

[rspec-users] Example vs ExampleProxy

2009-12-13 Thread Sean Grove
Hey all, I'm working on bring DeepTest up to compatibility with rspec 1.2.9 in order to parallelize tests, and hit a few roadblocks after 1.1.12. Specifically, I was wondering about ExampleProxy (which I know now is for the custom formatter) vs Example. Previously I would call run() on an