Re: [rspec-users] sharing specs in a subclass

2008-01-24 Thread Scott Taylor
On Jan 24, 2008, at 4:36 AM, Pat Maddox wrote: > > On Jan 22, 2008 10:26 PM, David Chelimsky <[EMAIL PROTECTED]> > wrote: >> On Jan 23, 2008 12:04 AM, Scott Taylor >> <[EMAIL PROTECTED]> wrote: >>> >>> On Jan 23, 2008, at 12:02 AM, David Chelimsky wrote: >>> On Jan 22, 2008 10:49 PM, Jona

Re: [rspec-users] sharing specs in a subclass

2008-01-24 Thread Pat Maddox
On Jan 22, 2008 10:26 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Jan 23, 2008 12:04 AM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > > > On Jan 23, 2008, at 12:02 AM, David Chelimsky wrote: > > > > > On Jan 22, 2008 10:49 PM, Jonathan Linowes > > > <[EMAIL PROTECTED]> wrote: > > >> Hi > > >

Re: [rspec-users] sharing specs in a subclass

2008-01-22 Thread David Chelimsky
On Jan 23, 2008 12:04 AM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > On Jan 23, 2008, at 12:02 AM, David Chelimsky wrote: > > > On Jan 22, 2008 10:49 PM, Jonathan Linowes > > <[EMAIL PROTECTED]> wrote: > >> Hi > >> > >> I've spec'd a class and they pass. > >> > >> Now I'd like to assure that any s

Re: [rspec-users] sharing specs in a subclass

2008-01-22 Thread Scott Taylor
On Jan 23, 2008, at 12:02 AM, David Chelimsky wrote: > On Jan 22, 2008 10:49 PM, Jonathan Linowes > <[EMAIL PROTECTED]> wrote: >> Hi >> >> I've spec'd a class and they pass. >> >> Now I'd like to assure that any subclass of this class also passes >> the same specs. >> Any suggestions for a clev

Re: [rspec-users] sharing specs in a subclass

2008-01-22 Thread Jonathan Linowes
cool thx :) On Jan 23, 2008, at 12:02 AM, David Chelimsky wrote: > On Jan 22, 2008 10:49 PM, Jonathan Linowes > <[EMAIL PROTECTED]> wrote: >> Hi >> >> I've spec'd a class and they pass. >> >> Now I'd like to assure that any subclass of this class also passes >> the same specs. >> Any suggestion

Re: [rspec-users] sharing specs in a subclass

2008-01-22 Thread David Chelimsky
On Jan 22, 2008 10:49 PM, Jonathan Linowes <[EMAIL PROTECTED]> wrote: > Hi > > I've spec'd a class and they pass. > > Now I'd like to assure that any subclass of this class also passes > the same specs. > Any suggestions for a clever way to handle this? > I'd prefer to keep the existing specs as is

[rspec-users] sharing specs in a subclass

2008-01-22 Thread Jonathan Linowes
Hi I've spec'd a class and they pass. Now I'd like to assure that any subclass of this class also passes the same specs. Any suggestions for a clever way to handle this? I'd prefer to keep the existing specs as is (eg instead of moving everything into shared behaviors, or doing something to a