blob: 957d56eede77808875214fca9bda28d9a48394cb (
plain)
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"
|