File: remove-simplecov.patch

package info (click to toggle)
ruby-simple-oauth 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 30
  • sloc: ruby: 451; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: remove simplecov
Author: Praveen Arimbrathodiyil <praveen@debian.org>
Last-Updated: 2013-05-18

--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -1,15 +1,3 @@
-if RUBY_VERSION >= '1.9'
-  require 'simplecov'
-  require 'coveralls'
-
-  SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
-
-  SimpleCov.start do
-    add_filter '/spec/'
-    minimum_coverage(100)
-  end
-end
-
 require 'simple_oauth'
 require 'rspec'