mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
12 lines
200 B
Diff
12 lines
200 B
Diff
--- 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'
|