mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
17 lines
325 B
Diff
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|
|