1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Hideki Yamane <henrich@debian.org>
Date: Sun, 1 Aug 2021 01:09:12 +0900
Subject: Disable covered/rspec
Forwarded: not-needed
---
spec/spec_helper.rb | 2 --
1 file changed, 2 deletions(-)
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,8 +3,6 @@
# Released under the MIT License.
# Copyright, 2017-2023, by Samuel Williams.
-require 'covered/rspec'
-
RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
config.example_status_persistence_file_path = ".rspec_status"
|