This patch disables usage of simplecov, coveralls and fakeweb in the
test suite, and is intended to be removed once these packages enter
Debian.

Index: ruby-thor/spec/helper.rb
===================================================================
--- ruby-thor.orig/spec/helper.rb	2014-01-16 12:34:51.310162823 +0100
+++ ruby-thor/spec/helper.rb	2014-01-16 12:35:40.357865727 +0100
@@ -1,18 +1,5 @@
 $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'
@@ -21,7 +8,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'
