You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: