From: Antonio Terceiro <terceiro@debian.org>
Date: Sat, 20 Jun 2015 20:55:04 -0300
Subject: Test suite adjustments

---
 spec/spec_helper.rb | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 83ed668..d5da5b7 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,12 +1,5 @@
 require 'rubygems'
 require 'stringio'
-require 'simplecov'
-SimpleCov.start do
-  add_filter '/spec/'
-end
-
-# Unshift so that local files load instead of something in gems
-$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
 
 # This basically replicates the behavior of `require 'commander/import'`
 # but without adding an `at_exit` hook, which interferes with exit code
