reverse_coverage icon indicating copy to clipboard operation
reverse_coverage copied to clipboard

A tool to find the test examples which cover a specific line (or set of lines) of a Ruby project

Results 12 reverse_coverage issues
Sort by recently updated
recently updated
newest added

Have existing rails application. Added `gem 'reverse_coverage'` to bundle, installed, and then copid the code snippet from Readme to spec_helper, but when I run rspec I get the following error...

ref https://github.com/nebulab/reverse_coverage/pull/28