File: 003_no_simplecov.patch

package info (click to toggle)
ruby-mustache 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: ruby: 2,712; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: remove usage of simplecov in tests
Forwarded: not-needed
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2020-09-27
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,8 +1,3 @@
-require 'simplecov'
-SimpleCov.start do
-  add_filter '/test/'
-end
-
 Encoding.default_external = Encoding::UTF_8 if defined? Encoding
 
 require 'minitest/autorun'