[rspec-devel] No more spec_started in BaseTextFormatter
David Chelimsky
dchelimsky at gmail.com
Mon Apr 16 08:35:58 EDT 2007
On 4/14/07, David Chelimsky <dchelimsky at gmail.com> wrote:
> On 4/14/07, Nick Sieger <nicksieger at gmail.com> wrote:
> > On 4/14/07, Nick Sieger <nicksieger at gmail.com> wrote:
> > > On 4/14/07, David Chelimsky <dchelimsky at gmail.com> wrote:
> > > > Sorry - there's nothing right now. I really didn't think anyone was
> > > > using this - I know RSpec wasn't in any of its formatters. There's an
> > > > RFE for adding hooks before setting up and after tearing down each
> > > > behaviour and/or example. Would that do the trick for you? If not, go
> > > > ahead and add a new RFE to reinstate spec_started.
> > >
> > > I think before setup and after teardown hooks for behaviour and
> > > example should suffice for my purposes. I'll look for the RFE, add a
> > > comment, and watch it.
> > >
> >
> > Now, after looking, I don't see to which RFE you're referring. If you
> > can find it, that would be great, otherwise if you could let me know,
> > I can file a new one.
>
> http://rubyforge.org/tracker/?func=detail&group_id=797&aid=9983&atid=3152
Actually - that RFE is really for a different concept - a place to put
global setup and teardown code as opposed to a notification when an
example has started.
I've just reinstated example_started in Reporter and BaseTextFormatter
in trunk. Sorry for the inconvenience.
Cheers,
David
More information about the rspec-devel
mailing list