1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/ruby-tomlib/no-simplecov.patch
2023-09-27 14:59:11 +00:00

17 lines
325 B
Diff

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,10 +1,10 @@
# frozen_string_literal: true
-require 'simplecov'
+#require 'simplecov'
-SimpleCov.start do
- add_filter '/spec/'
-end
+#SimpleCov.start do
+# add_filter '/spec/'
+#end
RSpec.configure do |config|
config.expect_with :rspec do |expectations|