ports/devel/ruby-simplecov/patches/patch-lib_simplecov_defaults_rb

12 lines
311 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: lib/simplecov/defaults.rb
--- lib/simplecov/defaults.rb.orig
+++ lib/simplecov/defaults.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
# Load default formatter gem
-require "simplecov-html"
require "pathname"
require "simplecov/profiles/root_filter"
require "simplecov/profiles/test_frameworks"