[DRE-commits] [ruby-spy] 05/06: fix name of the (gem2deb) rake task to run the test
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Jul 23 04:16:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-spy.
commit 09b78dfef7e7e500fc1e9de170e5ce4a130b7aac
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Jul 23 06:14:05 2015 +0200
fix name of the (gem2deb) rake task to run the test
---
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 8e8eeeb..6e2d0c0 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -5,7 +5,7 @@ require 'gem2deb/rake/testtask'
# spec.pattern = './spec/**/*_spec.rb'
#end
-Rake::TestTask.new do |t|
+Gem2Deb::Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/**/test*.rb']
t.verbose = true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-spy.git
More information about the Pkg-ruby-extras-commits
mailing list