[DRE-commits] [ruby-http] 02/04: Added removing_simplecov_html.patch to fix failing tests

Nitesh A Jain niteshjain-guest at moszumanska.debian.org
Fri May 30 18:21:16 UTC 2014


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

niteshjain-guest pushed a commit to branch master
in repository ruby-http.

commit 5d41cf84c00c1b6c6bdc6de9c9b77192fcf5179e
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Fri May 30 23:45:52 2014 +0530

    Added removing_simplecov_html.patch to fix failing tests
---
 debian/patches/removing_simplecov_html.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/removing_simplecov_html.patch b/debian/patches/removing_simplecov_html.patch
new file mode 100644
index 0000000..4f2ae72
--- /dev/null
+++ b/debian/patches/removing_simplecov_html.patch
@@ -0,0 +1,24 @@
+Description: Removing simplecov_html
+Author: Nitesh A Jain <niteshjain92 at gmail.com>
+Forwarded: no
+Last-Update: 2014-05-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,15 +1,5 @@
+-require 'simplecov'
+ require 'coveralls'
+ 
+-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+-  SimpleCov::Formatter::HTMLFormatter,
+-  Coveralls::SimpleCov::Formatter
+-]
+-
+-SimpleCov.start do
+-  add_filter '/spec/'
+-  minimum_coverage(80)
+-end
+ 
+ require 'http'
+ require 'support/example_server'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c34c576
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+removing_simplecov_html.patch

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



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