[DRE-commits] [roodi] 03/03: Remove coverall gem dependency

David Suárez deiv-guest at alioth.debian.org
Wed Sep 11 18:50:30 UTC 2013


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

deiv-guest pushed a commit to branch master
in repository roodi.

commit 3e6fa75bb9721e902fcc5d5efc81ae544d740177
Author: David Suárez <david.sephirot at gmail.com>
Date:   Wed Sep 11 20:40:24 2013 +0200

    Remove coverall gem dependency
---
 spec/spec_helper.rb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 60269c0..629ea40 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,6 @@
 $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
 require 'roodi'
 require 'rspec'
-require 'coveralls'
-Coveralls.wear!
+#require 'coveralls'
+#Coveralls.wear!
 

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



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