File: 0001-Disable-covered-rspec.patch

package info (click to toggle)
ruby-async-rspec 1.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 228 kB
  • sloc: ruby: 449; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
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"