Code coverage on 1.9 using simplecov
Check out simplecov, a library for code coverage on Ruby 1.9 that sits on top of the built-in Coverage lib and gives you filtering, grouping and merging across test suites (i.e. code coverage for both cucumber and unit tests).
Post a comment