markbates / cover_me

An RCov-esque coverage tool for Ruby 1.9
http://www.metabates.com
MIT License
203 stars 18 forks source link

Blank line shows in red color #59

Open RajeswariMK opened 13 years ago

RajeswariMK commented 13 years ago

Hi,I m using cover_me and rspec2 to test the controllers. cover_me showing a blank line between update and destroy action in red color. Can u tell me how to congigure that? My result is below: app/controllers/application_controller.rb - 100.0% app/controllers/news_controller.rb - 94.6% app/controllers/plans_controller.rb - 91.1% app/controllers/sessions_controller.rb - 100.0% app/helpers/application_helper.rb - 100.0% app/helpers/news_helper.rb - 100.0% app/helpers/plans_helper.rb - 100.0% app/helpers/sessions_helper.rb - 100.0% app/models/news.rb - 100.0% app/models/plan.rb - 100.0% Total - 98.57%

Even i m having > 90% my overall test result shows in red color. Where i m doing false?