File: 0001-Remove-simplecov-and-pry-requirements-in-spec-helper.patch

package info (click to toggle)
ruby-octokit 8.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,656 kB
  • sloc: ruby: 12,806; sh: 99; makefile: 7; javascript: 3
file content (21 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?C=C3=A9dric_Boutillier?= <boutil@debian.org>
Date: Wed, 22 Nov 2023 11:19:53 +0100
Subject: Remove simplecov and pry requirements in spec/helper.rb

---
 spec/helper.rb | 8 --------
 1 file changed, 8 deletions(-)

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,10 +1,5 @@
 # frozen_string_literal: true
 
-if RUBY_ENGINE == 'ruby'
-  require 'simplecov'
-  SimpleCov.start
-end
-
 require 'json'
 require 'octokit'
 require 'rspec'