Re: [rspec-users] Running specs in reverse

2007-11-11 Thread David Chelimsky
On Nov 11, 2007 3:50 PM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > > On Nov 11, 2007, at 12:47 PM, David Chelimsky wrote: > > > On Nov 11, 2007 11:01 AM, Alvin Schur <[EMAIL PROTECTED]> wrote: > >> > >>> On Nov 08, 2007, at 6:07 pm, Alvin Schur wrote: > >>> > >>> > My goal is to detect inter

Re: [rspec-users] Running specs in reverse

2007-11-11 Thread Scott Taylor
On Nov 11, 2007, at 12:47 PM, David Chelimsky wrote: > On Nov 11, 2007 11:01 AM, Alvin Schur <[EMAIL PROTECTED]> wrote: >> >>> On Nov 08, 2007, at 6:07 pm, Alvin Schur wrote: >>> >>> My goal is to detect inter-dependencies sooner than later... >>> >>> >>> I have to say I've NEVER run sp

Re: [rspec-users] Running specs in reverse

2007-11-11 Thread David Chelimsky
On Nov 11, 2007 11:01 AM, Alvin Schur <[EMAIL PROTECTED]> wrote: > > > On Nov 08, 2007, at 6:07 pm, Alvin Schur wrote: > > > > > >> My goal is to detect inter-dependencies sooner than later... > >> > > > > > > I have to say I've NEVER run specs backwards. Am I sitting on a time > > bomb? Are ther

Re: [rspec-users] Running specs in reverse

2007-11-11 Thread Alvin Schur
> On Nov 08, 2007, at 6:07 pm, Alvin Schur wrote: > > >> My goal is to detect inter-dependencies sooner than later... >> > > > I have to say I've NEVER run specs backwards. Am I sitting on a time > bomb? Are there subtle traps that can create inter-dependencies > between specs? To l

Re: [rspec-users] Running specs in reverse

2007-11-09 Thread Ashley Moran
On Nov 08, 2007, at 6:07 pm, Alvin Schur wrote: > My goal is to detect inter-dependencies sooner than later... I have to say I've NEVER run specs backwards. Am I sitting on a time bomb? Are there subtle traps that can create inter-dependencies between specs? To look at my specs I would n

[rspec-users] Running specs in reverse

2007-11-08 Thread Alvin Schur
There is an option "--reverse" to run examples in the reverse order which is good for detecting inter-dependencies between examples. Is it feasible for rspec to automatically switch between "forward" and "reverse" order each time a spec is run? My goal is to detect inter-dependencies sooner tha