[DRE-commits] [ruby-nenv] 04/04: Make tests run

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun Jul 26 18:00:38 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-nenv.

commit 67c018295a826918afb4d2faab875e6dfa85b427
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sun Jul 26 23:25:27 2015 +0530

    Make tests run
---
 debian/patches/disable-coveralls | 15 +++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/disable-coveralls b/debian/patches/disable-coveralls
new file mode 100644
index 0000000..726fafa
--- /dev/null
+++ b/debian/patches/disable-coveralls
@@ -0,0 +1,15 @@
+Description: Disable coveralls while running tests
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2015-07-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,5 +1,5 @@
+-require 'coveralls'
+-Coveralls.wear!
++#require 'coveralls'
++#Coveralls.wear!
+ 
+ RSpec.configure do |config|
+   config.expect_with :rspec do |expectations|
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..313a01b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-coveralls

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



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