Skip to content

Instantly share code, notes, and snippets.

@adriancb
Created August 9, 2013 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriancb/6195766 to your computer and use it in GitHub Desktop.
Save adriancb/6195766 to your computer and use it in GitHub Desktop.
Simplecov config.
unless ENV['DRB']
require 'simplecov'
SimpleCov.start 'rails' do
add_group "Views", "app/views"
add_filter '/spec/'
add_filter '/config/'
add_filter '/lib/'
add_filter '/vendor/'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment