1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/main/ruby-net-imap/no-simplecov.patch
Jakub Jirutka f51b3996b6 main/ruby-net-imap: upgrade to 0.5.4
...and run tests in verbose mode.
2025-04-22 23:19:25 +02:00

15 lines
365 B
Diff

--- a/test/lib/helper.rb
+++ b/test/lib/helper.rb
@@ -1,3 +1,4 @@
+=begin
require "simplecov"
# Cannot use ".simplecov" file: simplecov-json triggers a circular require.
@@ -26,6 +27,7 @@
add_group "StringPrep", %w[lib/net/imap/stringprep.rb
lib/net/imap/stringprep]
end
+=end
require "test/unit"
require "core_assertions"