[DRE-commits] [ruby-soap4r] 03/04: Missed needed require statement

Antonio Terceiro terceiro at alioth.debian.org
Wed Aug 14 23:06:35 UTC 2013


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

terceiro pushed a commit to branch master
in repository ruby-soap4r.

commit c10e1ca32240ec25dc5c19d68a10651054e0d43f
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 15 00:41:49 2013 +0200

    Missed needed require statement
---
 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 855c8d6..6db6301 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,4 +1,4 @@
-require 'rake/testtask'
+require 'gem2deb/rake/testtask'
 Gem2Deb::Rake::TestTask.new do |test|
   # FIXME enable more of the upstream test suite
   test.pattern = 'test/xsd/test_*.rb'

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



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