aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-nokogiri/remove-simplecov.patch
blob: 14dea51496ec1b643ca6eb677d6b719fe654c535 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,8 +1,3 @@
-require 'simplecov'
-SimpleCov.start do
-  add_filter "/test/"
-end
-
 $VERBOSE = true
 require 'minitest/autorun'
 require 'minitest/pride'