jump to navigation

Coverage Nagging October 10, 2008

Posted by John Dewey in Code, Command Line, Example, RSpec, Rails.
trackback

I like to keep an eye on my coverage every so often. I run the following in my applications root, for occasional coverage reminders.

while : ; do rake spec:rcov ; open coverage/index.html; sleep 3600 ; done

Comments»

No comments yet — be the first.