From: Logan Capaldo Date: 2006-08-07T12:29:32+09:00 Subject: Re: [ANN] rcov 0.7.0 (code coverage for Ruby) On Aug 6, 2006, at 11:15 PM, Robert MannI wrote: > I am wondering, for a rails project, would this be the correct way > to use > this? > > rcov -Ilib test/**/*.rb > > That works for me, albeit about 30% of my tests fail then, while > when I run > them using the rake task ("rake"), they all pass. So I suppose I > must be > doing something wrong. > > > Thanks alot, great project, > http://www.agilewebdevelopment.com/plugins/rails_rcov That plugin takes a lot of the headache out of using rails + rcov. (Please don't top post).