mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
* gnu/packages/patches/ruby-nokogiri.patch: Refresh patch. * gnu/packages/ruby-xyz.scm (ruby-nokogiri): Update to 1.16.8.
20 lines
468 B
Diff
20 lines
468 B
Diff
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"
|