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!
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 Sep 21, 2010, at 8:00 PM, Lailson B. 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

Well, it’s a very unexpected place to put… help! =D
LAILSON BANDEIRA
http://lailsonbandeira.com/