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
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
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
> 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
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
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