simpler simplecov config

This commit is contained in:
stve 2015-03-03 00:08:23 -05:00
parent 7911a83137
commit 45e2213afa

View file

@ -1,9 +1,7 @@
unless ENV['CI']
require 'simplecov'
SimpleCov.start do
add_filter '.bundle'
add_group 'Instapaper', 'lib/instapaper'
add_group 'Specs', 'spec'
add_filter '/spec/'
end
end