[DRE-commits] [ruby-test-unit-context] 03/04: Fixing rake file for tests
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Feb 4 14:37:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-test-unit-context.
commit 571e30857d2638138e97b68ef54f154b9497e15a
Author: Balasankar C <balasankarc at autistici.org>
Date: Wed Feb 4 20:02:06 2015 +0530
Fixing rake file for tests
---
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 382a1a1..5e13291 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-test-unit-context.git
More information about the Pkg-ruby-extras-commits
mailing list