[DRE-commits] [ruby-heckle] 03/15: add test/ in loadpath and load minitest when running tests

Cédric Boutillier boutil at moszumanska.debian.org
Thu Dec 19 13:39:33 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-heckle.

commit a5acf0e7f1ab3acb51c7591587c7046ded0e8e11
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Dec 19 13:44:49 2013 +0100

    add test/ in loadpath and load minitest when running tests
---
 debian/ruby-tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index fad8092..72e7227 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -6,4 +6,4 @@ ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name
 require 'tmpdir'
 ENV['INLINEDIR'] = Dir.mktmpdir
 
-exec "#{ruby} -I. ./test/test_heckle.rb"
+exec "#{ruby} -I. -Itest/ -rminitest/autorun ./test/test_heckle.rb"

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



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