[rspec-users] Using rcov and ouput to screen
Scott Taylor
mailing_lists at railsnewbie.com
Thu Aug 9 22:20:37 EDT 2007
On Aug 9, 2007, at 8:57 PM, barsalou wrote:
> I'd like to output my rcov data to the screen in ascii instead of
> html...is that possible using the rake spec:rcov command?
Look at the RSpec gem's rdoc. I believe it is something like
Rake::RcovTask. An option can be provided to give rcov options. Run
rcov --help.
>
> Also, is there somewhere that will allow me to search the mail
> archives...I'm pretty sure someone else has asked similar questions.
>
Google is your friend. Rubyforge also has the mailing lists,
although they aren't searchable.
Scott
More information about the rspec-users
mailing list