From e4b1382bfdfaa5737b5d203dd73d1c7c1eb6666c Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Fri, 27 Feb 2015 23:09:33 -0200 Subject: [PATCH] Remove unused groups from simplecov's profile --- lib/simplecov_custom_profile.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/simplecov_custom_profile.rb b/lib/simplecov_custom_profile.rb index eebb8fbe..d7f4914c 100644 --- a/lib/simplecov_custom_profile.rb +++ b/lib/simplecov_custom_profile.rb @@ -3,11 +3,8 @@ require 'simplecov' SimpleCov.profiles.define 'gem' do add_filter '/test/' add_filter '/features/' - add_filter '/spec/' add_filter '/autotest/' add_group 'Binaries', '/bin/' add_group 'Libraries', '/lib/' - add_group 'Extensions', '/ext/' - add_group 'Vendor Libraries', '/vendor/' end