[DRE-commits] [ruby-stringex] 04/04: Update test path: follow upstream changes
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu May 29 16:16:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to annotated tag debian/2.5.2-1
in repository ruby-stringex.
commit ebfc9290fcc10988d3129c7793b346a05f28f14e
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Fri May 30 01:14:50 2014 +0900
Update test path: follow upstream changes
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/ruby-tests.rake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index ab046a6..f972c89 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,6 +2,6 @@ require 'gem2deb/rake/testtask'
task :default => :test
Rake::TestTask.new do |t|
t.libs << 'lib' << 'test'
- t.pattern = 'test/*.rb'
+ t.pattern = 'test/unit/**/*_test.rb'
t.verbose = true
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-stringex.git
More information about the Pkg-ruby-extras-commits
mailing list