Re: [rspec-users] somewhat confused by the help instructions...

2010-02-02 Thread rogerdpack
> > Done: > > http://github.com/rspec/rspec-core/blob/master/features/command_line/... Thanks for doing that. -r ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] somewhat confused by the help instructions...

2010-02-01 Thread Joseph Wilk
On 01/02/2010 16:20, Matt Wynne wrote: On 1 Feb 2010, at 14:53, Phillip Koebbe wrote: David Chelimsky wrote: Agreed: http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_option.feature Thanks, David. I don't want to sound all gushy or anything, but you hav

Re: [rspec-users] somewhat confused by the help instructions...

2010-02-01 Thread Rick DeNatale
On Mon, Feb 1, 2010 at 9:53 AM, Phillip Koebbe wrote: > I don't want to sound all gushy or anything, but you have got to be one of > the most helpful, courteous, knowledgable people I have encountered in all > my days on the internet. Not to mention that he plays a mean guitar! -- Rick DeNatal

Re: [rspec-users] somewhat confused by the help instructions...

2010-02-01 Thread Matt Wynne
On 1 Feb 2010, at 14:53, Phillip Koebbe wrote: David Chelimsky wrote: Agreed: http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_option.feature Thanks, David. I don't want to sound all gushy or anything, but you have got to be one of the most helpful, cou

Re: [rspec-users] somewhat confused by the help instructions...

2010-02-01 Thread Phillip Koebbe
David Chelimsky wrote: Agreed: http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_option.feature Thanks, David. I don't want to sound all gushy or anything, but you have got to be one of the most helpful, courteous, knowledgable people I have encountered in

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-31 Thread David Chelimsky
On Sun, Jan 31, 2010 at 5:28 PM, Phillip Koebbe wrote: > > Rick DeNatale wrote: >> >> On Sun, Jan 31, 2010 at 4:55 PM, Phillip Koebbe >>  wrote: >> >>> >>> David Chelimsky wrote: >>> Done: http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_op

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-31 Thread Phillip Koebbe
Rick DeNatale wrote: On Sun, Jan 31, 2010 at 4:55 PM, Phillip Koebbe wrote: David Chelimsky wrote: Done: http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_option.feature Cool stuff! Does that match the describe groups as well? I would li

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-31 Thread David Chelimsky
On Sun, Jan 31, 2010 at 3:55 PM, Phillip Koebbe wrote: > David Chelimsky wrote: >> >> Done: >> >> http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_option.feature > > Cool stuff! > > Does that match the describe groups as well? I would like to be able to run > all o

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-31 Thread Rick DeNatale
On Sun, Jan 31, 2010 at 4:55 PM, Phillip Koebbe wrote: > > > David Chelimsky wrote: >> >> Done: >> >> http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_option.feature >> >> > > Cool stuff! > > Does that match the describe groups as well? I would like to be able to r

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-31 Thread Phillip Koebbe
David Chelimsky wrote: Done: http://github.com/rspec/rspec-core/blob/master/features/command_line/example_name_option.feature Cool stuff! Does that match the describe groups as well? I would like to be able to run all of the examples in either "first group" or "second group". Will it

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-31 Thread David Chelimsky
On Sat, Jan 30, 2010 at 8:38 AM, David Chelimsky wrote: > On Sat, Jan 30, 2010 at 7:31 AM, Matt Wynne wrote: >> >> On 30 Jan 2010, at 06:45, David Chelimsky wrote: >> >>> On Thu, Jan 28, 2010 at 12:54 PM, rogerdpack >>> wrote: As a note of feedback, when I do a spec --help, I saw this

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-30 Thread David Chelimsky
On Sat, Jan 30, 2010 at 7:31 AM, Matt Wynne wrote: > > On 30 Jan 2010, at 06:45, David Chelimsky wrote: > >> On Thu, Jan 28, 2010 at 12:54 PM, rogerdpack >> wrote: >>> >>> As a note of feedback, when I do a spec --help, I saw this line... >>> >>>   -e, --example [NAME|FILE_NAME]   Execute example

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-30 Thread Matt Wynne
On 30 Jan 2010, at 06:45, David Chelimsky wrote: On Thu, Jan 28, 2010 at 12:54 PM, rogerdpack wrote: As a note of feedback, when I do a spec --help, I saw this line... -e, --example [NAME|FILE_NAME] Execute example(s) with matching name(s). If the argument is

Re: [rspec-users] somewhat confused by the help instructions...

2010-01-29 Thread David Chelimsky
On Thu, Jan 28, 2010 at 12:54 PM, rogerdpack wrote: > As a note of feedback, when I do a spec --help, I saw this line... > >    -e, --example [NAME|FILE_NAME]   Execute example(s) with matching > name(s). If the argument is >                                     the path to an existing file > (typi

[rspec-users] somewhat confused by the help instructions...

2010-01-28 Thread rogerdpack
As a note of feedback, when I do a spec --help, I saw this line... -e, --example [NAME|FILE_NAME] Execute example(s) with matching name(s). If the argument is the path to an existing file (typically generated by a previous