[DRE-commits] [ruby-thor] 01/03: Uncommit accidentally applied patch
Christian Hofstaedtler
zeha at moszumanska.debian.org
Thu Jan 16 13:34:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-thor.
commit 2ab5f0f683dc4224b6033efa547729051ddcc983
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Thu Jan 16 14:30:38 2014 +0100
Uncommit accidentally applied patch
Git-Dch: ignore
---
spec/helper.rb | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/spec/helper.rb b/spec/helper.rb
index c5a5a45..49577dd 100644
--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -1,5 +1,18 @@
$TESTING = true
+require 'simplecov'
+require 'coveralls'
+
+SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+ SimpleCov::Formatter::HTMLFormatter,
+ Coveralls::SimpleCov::Formatter
+]
+
+SimpleCov.start do
+ add_filter '/spec/'
+ minimum_coverage(92.21)
+end
+
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'thor'
require 'thor/group'
@@ -8,7 +21,7 @@ require 'stringio'
require 'rdoc'
require 'rspec'
require 'diff/lcs' # You need diff/lcs installed to run specs (but not to run Thor).
-#require 'fakeweb' # You need fakeweb installed to run specs (but not to run Thor).
+require 'fakeweb' # You need fakeweb installed to run specs (but not to run Thor).
# Set shell to basic
$0 = 'thor'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-thor.git
More information about the Pkg-ruby-extras-commits
mailing list