[DRE-commits] [ruby-descendants-tracker] 03/05: refresh spec_helper.patch

Cédric Boutillier boutil at moszumanska.debian.org
Tue May 20 12:10:31 UTC 2014


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

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

commit 947395b34dcb2db36c522f5c4ba6040053b73926
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 20 14:05:09 2014 +0200

    refresh spec_helper.patch
---
 debian/patches/spec_helper.patch | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/patches/spec_helper.patch b/debian/patches/spec_helper.patch
index e6785c0..725061a 100644
--- a/debian/patches/spec_helper.patch
+++ b/debian/patches/spec_helper.patch
@@ -5,11 +5,9 @@ Last-Update: 2014-02-28
 
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
-@@ -1,24 +1,5 @@
+@@ -1,26 +1,5 @@
  # encoding: utf-8
  
--require 'devtools/spec_helper'
--
 -if ENV['COVERAGE'] == 'true'
 -  require 'simplecov'
 -  require 'coveralls'
@@ -20,13 +18,17 @@ Last-Update: 2014-02-28
 -  ]
 -
 -  SimpleCov.start do
--    command_name     'spec:unit'
--    add_filter       'config'
--    add_filter       'spec'
+-    command_name 'spec:unit'
+-
+-    add_filter 'config'
+-    add_filter 'spec'
+-    add_filter 'vendor'
+-
 -    minimum_coverage 100
 -  end
 -end
 -
+-require 'devtools/spec_helper'
  require 'descendants_tracker'
  
- # require spec support files and shared behavior
+ RSpec.configure do |config|

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



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