File: remove-simplecov.patch

package info (click to toggle)
ruby-simple-oauth 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 372 kB
  • sloc: ruby: 1,722; makefile: 4; sh: 4
file content (21 lines) | stat: -rw-r--r-- 454 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
Description: remove simplecov
Author: Praveen Arimbrathodiyil <praveen@debian.org>
Last-Update: 2013-05-18
Forwarded: not-needed

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,13 +1,5 @@
 $LOAD_PATH.unshift File.expand_path("../lib", __dir__)
 
-require "simplecov"
-
-SimpleCov.start do
-  enable_coverage :branch
-  add_filter "/test/"
-  minimum_coverage line: 100, branch: 100
-end
-
 require "minitest/autorun"
 require "simple_oauth"