I’m thinking of removing some tests from my test suite. I don’t think it’ll lead to code being untested, but I’m not certain. Are there any tools that would enable me to identify code that’s tested by the tests I want to remove, but not by anything else?
Share
If you are using Ruby 1.9 how about SimpleCov?