I\'m just building a test suite for a legacy Rails app. The simplecov gem has been great for finding dark corners of the app which need test coverage (or which
simplecov
try rake stats
it would generate a table having the coverage of each of the parts of the app