~ruther/guix-local

ref: 5190d30ad814608f7c5894c16df72de1df0b16b3 guix-local/gnu/packages/patches/ruby-nokogiri.patch -rw-r--r-- 468 bytes
5190d30a — Sharlatan Hellseher gnu: Remove python-msgpack-transitional. 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Removed some unnecessary test setup such as SimpleCov.
diff --git a/test/helper.rb b/test/helper.rb
index c84c6f06..9f8022c0 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -12,14 +12,6 @@
 # - NOKOGIRI_MEMORY_SUITE: read more in test/test_memory_usage.rb
 #
 
-unless ENV["RUBY_MEMCHECK_RUNNING"]
-  require "simplecov"
-  SimpleCov.start do
-    add_filter "/test/"
-    enable_coverage :branch
-  end
-end
-
 $VERBOSE = true
 
 require "fileutils"