[DRE-commits] [ruby-omniauth-oauth2] 04/09: remove smplecov
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed May 7 13:26:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-omniauth-oauth2.
commit 67a6a27052d3b93a4e334d5e2970ae36069904b8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed May 7 18:24:10 2014 +0530
remove smplecov
---
debian/patches/remove-simplecov.patch | 28 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 29 insertions(+)
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
new file mode 100644
index 0000000..4c26040
--- /dev/null
+++ b/debian/patches/remove-simplecov.patch
@@ -0,0 +1,28 @@
+--- a/spec/helper.rb
++++ b/spec/helper.rb
+@@ -1,16 +1,16 @@
+ $LOAD_PATH.unshift File.expand_path('..', __FILE__)
+ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
+
+-require 'simplecov'
+-require 'coveralls'
++#require 'simplecov'
++#require 'coveralls'
+
+-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+- SimpleCov::Formatter::HTMLFormatter,
+- Coveralls::SimpleCov::Formatter
+-]
+-SimpleCov.start do
+- minimum_coverage(76)
+-end
++#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
++# SimpleCov::Formatter::HTMLFormatter,
++# Coveralls::SimpleCov::Formatter
++#]
++#SimpleCov.start do
++# minimum_coverage(76)
++#end
+
+ require 'rspec'
+ require 'rack/test'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..93f0321
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-simplecov.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-oauth2.git
More information about the Pkg-ruby-extras-commits
mailing list