File: disable_simplecov.patch

package info (click to toggle)
ruby-diva 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: ruby: 1,967; sh: 6; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: disable simplecov
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Forwarded: not-needed
Last-Update: 2019-10-17

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,7 +1,4 @@
 $LOAD_PATH.unshift File.expand_path('../lib', __dir__)
-require 'simplecov'
-SimpleCov.start
-
 require 'diva'
 
 require 'minitest/autorun'