Re: [rspec-users] Extra Options to Heckle

2007-08-19 Thread Scott Taylor
On Aug 19, 2007, at 2:52 AM, Robert Feldt wrote: > > > One alternative I thought of is to have a standard way to "promote" > > options to other tools that spec invokes. Along the lines of: > > > > spec --heckle --options-heckle "--verbose --branches > > MyModule::MyClass#my_method" ... > > > > an

Re: [rspec-users] Extra Options to Heckle

2007-08-18 Thread Robert Feldt
> > One alternative I thought of is to have a standard way to "promote" > > options to other tools that spec invokes. Along the lines of: > > > > spec --heckle --options-heckle "--verbose --branches > > MyModule::MyClass#my_method" ... > > > > and the argument to --options-heckle (or --options-rcov

Re: [rspec-users] Extra Options to Heckle

2007-08-18 Thread Scott Taylor
On Aug 19, 2007, at 2:05 AM, Robert Feldt wrote: > > > What would be the best format for heckle options (through > OptionParser) via the spec-command? > > When we discussed this a few months back I proposed something like: > > > One alternative I thought of is to have a standard way to "promote"

Re: [rspec-users] Extra Options to Heckle

2007-08-18 Thread Robert Feldt
What would be the best format for heckle options (through > OptionParser) via the spec-command? When we discussed this a few months back I proposed something like: One alternative I thought of is to have a standard way to "promote" options to other tools that spec invokes. Along the lines of:

Re: [rspec-users] Extra Options to Heckle

2007-08-18 Thread Scott Taylor
On Aug 15, 2007, at 7:57 AM, aslak hellesoy wrote: > On 8/15/07, Scott Taylor <[EMAIL PROTECTED]> wrote: >> >> I've tried running Heckle with rspec on some of my classes, but keep >> getting (what I believe to be) an infinite recursion. Is there some >> way to supply extra options to heckle via.

Re: [rspec-users] Extra Options to Heckle

2007-08-15 Thread Scott Taylor
On Aug 15, 2007, at 8:11 AM, Scott Taylor wrote: > > On Aug 15, 2007, at 7:57 AM, aslak hellesoy wrote: > >> On 8/15/07, Scott Taylor <[EMAIL PROTECTED]> wrote: >>> >>> I've tried running Heckle with rspec on some of my classes, but keep >>> getting (what I believe to be) an infinite recursion.

Re: [rspec-users] Extra Options to Heckle

2007-08-15 Thread Scott Taylor
On Aug 15, 2007, at 7:57 AM, aslak hellesoy wrote: > On 8/15/07, Scott Taylor <[EMAIL PROTECTED]> wrote: >> >> I've tried running Heckle with rspec on some of my classes, but keep >> getting (what I believe to be) an infinite recursion. Is there some >> way to supply extra options to heckle via.

Re: [rspec-users] Extra Options to Heckle

2007-08-15 Thread aslak hellesoy
On 8/15/07, Scott Taylor <[EMAIL PROTECTED]> wrote: > > I've tried running Heckle with rspec on some of my classes, but keep > getting (what I believe to be) an infinite recursion. Is there some > way to supply extra options to heckle via. rspec? > Currently not. What options do you want to suppl

[rspec-users] Extra Options to Heckle

2007-08-15 Thread Scott Taylor
I've tried running Heckle with rspec on some of my classes, but keep getting (what I believe to be) an infinite recursion. Is there some way to supply extra options to heckle via. rspec? Scott ___ rspec-users mailing list rspec-users@rubyforge.org