Package: ruby-simple-oauth / 0.3.1-2

remove-simplecov.patch Patch series | download
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'