[DRE-commits] [ruby-bogus] 04/07: update clean_spec_helper.patch

Cédric Boutillier boutil at moszumanska.debian.org
Sun Mar 13 20:42:28 UTC 2016


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

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

commit aa0039a3e6ca46dd99a341e27d3e07d4efd66b58
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Aug 9 23:31:42 2015 +0200

    update clean_spec_helper.patch
---
 debian/patches/clean_spec_helper.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/clean_spec_helper.patch b/debian/patches/clean_spec_helper.patch
index 80b2076..f784fe8 100644
--- a/debian/patches/clean_spec_helper.patch
+++ b/debian/patches/clean_spec_helper.patch
@@ -2,7 +2,7 @@ Description: remove simplecov/coveralls configuration from spec/helper.rb
  running test coverage is not needed when building the package
 Author: Cédric Boutillier <boutil at debian.org>
 Forwarded: not-needed
-last-Update: 2014-06-22
+last-Update: 2015-08-09
 
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
@@ -10,14 +10,14 @@ last-Update: 2014-06-22
 -require 'simplecov'
 -begin
 -  require "coveralls"
+-  SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+-    SimpleCov::Formatter::HTMLFormatter,
+-    Coveralls::SimpleCov::Formatter]
 -rescue LoadError
 -  warn "warning: coveralls gem not found; skipping Coveralls"
+-  SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
 -end
 -
--SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
--  SimpleCov::Formatter::HTMLFormatter,
--  Coveralls::SimpleCov::Formatter]
--
 -SimpleCov.start do
 -  add_filter "/spec/"
 -end

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



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