[DRE-commits] [ruby-net-ssh-multi] 04/05: ruby-tests.rake: Set t.libs

Lucas Nussbaum lucas at moszumanska.debian.org
Tue May 5 11:36:19 UTC 2015


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

lucas pushed a commit to branch master
in repository ruby-net-ssh-multi.

commit 9bc4e28ff0d0edcdf173e3ab08e26b338acd9e31
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Tue May 5 13:30:49 2015 +0200

    ruby-tests.rake: Set t.libs
---
 debian/ruby-tests.rake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index ab8200f..c16b457 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,6 @@
 require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
-#  t.test_files = FileList['test/**/*_test.rb']
+  t.libs = ["lib", "test"]
+  t.test_files = FileList['test/**/*_test.rb']
 end

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



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