Hello everybody, in my app, (using rspec 2.0.0.beta22) I have my .rspec file with "--colour" in it., I want to know if are there any other options for this file? And I wanna know if is there a verbose mode of running my specs, listing their ''describes'' and/or ''its''? Thanks!
Lailson Bandeira
2010-Sep-22 01:00 UTC
[rspec-users] Options for .rspec, or a verbose mode?
> > And I wanna know if is there a verbose mode of running my specs, listing > their ''describes'' and/or ''its''?You can use --format documentation to do this. Is there some place where all the options are documented, folks? (besides the code =P) -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Tue, Sep 21, 2010 at 6:55 PM, rodrigo3n <rodrigo3n at gmail.com> wrote:> Hello everybody, in my app, (using rspec 2.0.0.beta22) I have > my .rspec file with "--colour" in it., I want to know if are there any > other options for this file? And I wanna know if is there a verbose > mode of running my specs, listing their ''describes'' and/or ''its''? > > Thanks! > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100921/ea9c59f3/attachment.html>
David Chelimsky
2010-Sep-22 01:09 UTC
[rspec-users] Options for .rspec, or a verbose mode?
On Sep 21, 2010, at 8:00 PM, Lailson Bandeira wrote:> And I wanna know if is there a verbose mode of running my specs, listing their ''describes'' and/or ''its''? > > You can use --format documentation to do this. Is there some place where all the options are documented, folks? (besides the code =P)rspec --help :)> > -- > LAILSON BANDEIRA > http://lailsonbandeira.com/ > > > On Tue, Sep 21, 2010 at 6:55 PM, rodrigo3n <rodrigo3n at gmail.com> wrote: > Hello everybody, in my app, (using rspec 2.0.0.beta22) I have > my .rspec file with "--colour" in it., I want to know if are there any > other options for this file? And I wanna know if is there a verbose > mode of running my specs, listing their ''describes'' and/or ''its''? > > Thanks! > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100921/8bd30e76/attachment.html>
Lailson Bandeira
2010-Sep-22 01:30 UTC
[rspec-users] Options for .rspec, or a verbose mode?
Well, it''s a very unexpected place to put? help! =D -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Tue, Sep 21, 2010 at 10:09 PM, David Chelimsky <dchelimsky at gmail.com>wrote:> > On Sep 21, 2010, at 8:00 PM, Lailson Bandeira wrote: > > And I wanna know if is there a verbose mode of running my specs, listing >> their ''describes'' and/or ''its''? > > > You can use --format documentation to do this. Is there some place where > all the options are documented, folks? (besides the code =P) > > > rspec --help > > :) > > > -- > LAILSON BANDEIRA > http://lailsonbandeira.com/ > > > On Tue, Sep 21, 2010 at 6:55 PM, rodrigo3n <rodrigo3n at gmail.com> wrote: > >> Hello everybody, in my app, (using rspec 2.0.0.beta22) I have >> my .rspec file with "--colour" in it., I want to know if are there any >> other options for this file? And I wanna know if is there a verbose >> mode of running my specs, listing their ''describes'' and/or ''its''? >> >> Thanks! >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100921/636d8617/attachment-0001.html>