File: clean_test_helper.patch

package info (click to toggle)
ruby-adsf 1.5.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 1,016; javascript: 976; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 669 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
22
23
24
25
26
27
28
29
Description: remove simplecov/codecov from test helpers
Forwarded: not-needed
Last-Update: 2023-06-13
Author: Cédric Boutillier <boutil@debian.org>

--- a/adsf-live/test/helper.rb
+++ b/adsf-live/test/helper.rb
@@ -1,9 +1,5 @@
 # frozen_string_literal: true
 
-require 'simplecov'
-SimpleCov.start
-SimpleCov.command_name 'test:adsf-live'
-
 require 'faye/websocket'
 require 'rack/test'
 require 'minitest/autorun'
--- a/adsf/test/helper.rb
+++ b/adsf/test/helper.rb
@@ -1,9 +1,5 @@
 # frozen_string_literal: true
 
-require 'simplecov'
-SimpleCov.start
-SimpleCov.command_name 'test:adsf'
-
 require 'faye/websocket'
 require 'rack/test'
 require 'minitest/autorun'