Re: [rspec-users] Using rcov and ouput to screen

2007-08-11 Thread aslak hellesoy
On 8/11/07, barsalou <[EMAIL PROTECTED]> wrote: > > Sorry I left off the subject by accident...hopefully this will connect > to the thread. > > Mike B. > - Forwarded message from [EMAIL PROTECTED] - > Date: Fri, 10 Aug 2007 14:33:18 -0800 > From: barsalou <[EMAIL PROTECTED]> > Reply

Re: [rspec-users] Using rcov and ouput to screen

2007-08-10 Thread barsalou
Sorry I left off the subject by accident...hopefully this will connect to the thread. Mike B. - Forwarded message from [EMAIL PROTECTED] - Date: Fri, 10 Aug 2007 14:33:18 -0800 From: barsalou <[EMAIL PROTECTED]> Reply-To: barsalou <[EMAIL PROTECTED]> To: rspec-users@rubyfor

Re: [rspec-users] Using rcov and ouput to screen

2007-08-09 Thread Scott Taylor
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 opti