spec/spec_helper.rb in chgk_rating-1.0.0 vs spec/spec_helper.rb in chgk_rating-2.0.0
- old
+ new
@@ -1,7 +1,9 @@
require 'simplecov'
SimpleCov.start do
add_filter "spec/"
+ add_filter ".github/"
+ add_filter "docs/"
end
require 'chgk_rating'
# Support files
\ No newline at end of file