[DRE-commits] [ruby-omniauth-oauth] 04/06: remove simplecov

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Aug 5 13:51:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-omniauth-oauth.

commit 5ef364f9ab1fd99d9c80d9e608574796d702e7fb
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Aug 5 17:08:30 2015 +0530

    remove simplecov
---
 debian/patches/remove-simplecov.patch | 18 ++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
new file mode 100644
index 0000000..7b60020
--- /dev/null
+++ b/debian/patches/remove-simplecov.patch
@@ -0,0 +1,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"
diff --git a/debian/patches/series b/debian/patches/series
index ac5717b..89aae6d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 disable-network-tests.patch
+remove-simplecov.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-oauth.git



More information about the Pkg-ruby-extras-commits mailing list