File: remove-simplecov.patch

package info (click to toggle)
ruby-omniauth-oauth 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 156 kB
  • ctags: 15
  • sloc: ruby: 209; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: ruby-omniauth-oauth/spec/helper.rb
===================================================================
--- ruby-omniauth-oauth.orig/spec/helper.rb
+++ ruby-omniauth-oauth/spec/helper.rb
@@ -1,9 +1,9 @@
 $LOAD_PATH.unshift File.expand_path("..", __FILE__)
 $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
-require "simplecov"
-SimpleCov.start do
-  minimum_coverage(89.8)
-end
+#require "simplecov"
+#SimpleCov.start do
+#  minimum_coverage(89.8)
+#end
 require "rspec"
 require "rack/test"
 require "webmock/rspec"