~ruther/guix-local

ref: 96c30d2bf650ca62beec280d541a0b52f2b6fc7d guix-local/gnu/packages/patches/ruby-nokogiri.patch -rw-r--r-- 468 bytes
96c30d2b — Ian Eure gnu: Remove Tailon services and documentation. 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"