[DRE-commits] [ruby-dependor] 01/05: patch to clean spec_helper.rb

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jul 9 15:22:17 UTC 2014


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

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

commit a3427f00219b0f324f0adca4e4fd379b1d7ef719
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 9 08:22:20 2014 +0200

    patch to clean spec_helper.rb
---
 debian/patches/clean_spec_helper.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/clean_spec_helper.patch b/debian/patches/clean_spec_helper.patch
new file mode 100644
index 0000000..8feeaa3
--- /dev/null
+++ b/debian/patches/clean_spec_helper.patch
@@ -0,0 +1,28 @@
+Description: clean spec_helper.rb
+ - remove call to test coverage tools
+ - do not overload loadpath
+ - do not require explicitly rubygems
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: not-needed
+Last-Update: 2014-06-23
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,17 +1,3 @@
+-require 'simplecov'
+-require 'coveralls'
+-
+-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+-  SimpleCov::Formatter::HTMLFormatter,
+-  Coveralls::SimpleCov::Formatter]
+-
+-SimpleCov.start do
+-  add_filter "/spec/"
+-end
+-
+-$:.push File.expand_path("../../lib", __FILE__)
+-
+-require 'rubygems'
+ require 'rspec'
+ 
+ require 'dependor'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..48e2598
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+clean_spec_helper.patch

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



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