aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-nokogiri/remove-simplecov.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-04-22 17:33:42 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-04-22 17:47:34 +0200
commit37c9b7d1e404cdf83edf86598754ef19d3d96657 (patch)
tree1ffd1a493412a6fc4d628a5bcd49c3faa96fc8be /community/ruby-nokogiri/remove-simplecov.patch
parent6a1598378ca47365cc4354c25ba4f243775a1de9 (diff)
community/ruby-nokogiri: upgrade to 1.10.2
Diffstat (limited to 'community/ruby-nokogiri/remove-simplecov.patch')
-rw-r--r--community/ruby-nokogiri/remove-simplecov.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-nokogiri/remove-simplecov.patch b/community/ruby-nokogiri/remove-simplecov.patch
new file mode 100644
index 00000000000..14dea51496e
--- /dev/null
+++ b/community/ruby-nokogiri/remove-simplecov.patch
@@ -0,0 +1,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'