[DRE-commits] [ruby-coercible] 02/03: remove coverage from spec_helper.rb
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Feb 28 21:00:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-coercible.
commit 2a6168716627bb39bee672e8cc3aa19a76782dae
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Feb 28 17:19:29 2014 +0100
remove coverage from spec_helper.rb
---
.../patches/remove_coverage_from_spec_helper.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/debian/patches/remove_coverage_from_spec_helper.patch b/debian/patches/remove_coverage_from_spec_helper.patch
new file mode 100644
index 0000000..5ece9c1
--- /dev/null
+++ b/debian/patches/remove_coverage_from_spec_helper.patch
@@ -0,0 +1,20 @@
+Description: remove coverage measurement from spec/spec_helper.rb
+Forwarded: not-needed
+Origin: vendor
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2014-02-28
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,11 +1,3 @@
+-if ENV['COVERAGE']
+- require 'simplecov'
+- SimpleCov.start do
+- add_filter "/spec/"
+- add_filter "lib/support"
+- end
+-end
+-
+ require 'coercible'
+
+ include Coercible
diff --git a/debian/patches/series b/debian/patches/series
index 9792401..b503a61 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
move_support_inside_coercible_subdir.patch
+remove_coverage_from_spec_helper.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-coercible.git
More information about the Pkg-ruby-extras-commits
mailing list