[DRE-commits] [ruby-omniauth-github] 02/07: patch to remove simplecov from tests

Cédric Boutillier boutil at moszumanska.debian.org
Wed May 28 22:24:53 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-omniauth-github.

commit 93cf5a098f58ec6c34c3c6c9d875eebf5fb880cd
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed May 28 23:59:31 2014 +0200

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

diff --git a/debian/patches/no-simplecov.patch b/debian/patches/no-simplecov.patch
new file mode 100644
index 0000000..0d05436
--- /dev/null
+++ b/debian/patches/no-simplecov.patch
@@ -0,0 +1,18 @@
+Description: do not use simplecov in tests
+Forwarded: not-needed
+Origin: vendor
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2014-05-28
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,7 +1,7 @@
+ $:.unshift File.expand_path('..', __FILE__)
+ $:.unshift File.expand_path('../../lib', __FILE__)
+-require 'simplecov'
+-SimpleCov.start
++#require 'simplecov'
++#SimpleCov.start
+ require 'rspec'
+ require 'rack/test'
+ require 'webmock/rspec'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..78fde4e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-simplecov.patch

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



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