forked from manveru/ramaze
-
Notifications
You must be signed in to change notification settings - Fork 37
Code coverage
royw edited this page Aug 11, 2012
·
3 revisions
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
- Website
- Google Groups
- User Guide
- [#ramaze on the Freenode network] (http://webchat.freenode.net/?channels=ramaze)