Is there an easy way to use rcov to show my code coverage with RSpec in a rails project? Scott
I just do: rcov spec/models/*.rb spec/controllers/*.rb spec/views/*.rb spec/ helpers/*.rb Seems to work ok. On Apr 8, 2007, at 3:49 PM, Scott Taylor wrote:> > Is there an easy way to use rcov to show my code coverage with RSpec > in a rails project? > > Scott > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users