[DRE-commits] [ruby-commander] 01/01: Test suite adjustments
Antonio Terceiro
terceiro at moszumanska.debian.org
Mon Aug 17 16:31:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch patch-queue/master
in repository ruby-commander.
commit d64efb2afd1573611a1412ad0f3b238ab30c0a8a
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Jun 20 20:55:04 2015 -0300
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-commander.git
More information about the Pkg-ruby-extras-commits
mailing list