We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
First add to your Gemfile:
group :development do gem 'simplecov' end
Then add the following to where it will be ran, for example at the top of your spec_helper.rb if you are using rspec.
require 'simplecov' SimpleCov.start