[DRE-commits] [SCM] ruby-pkg-config.git branch, master, updated. debian/1.1.2_git20110615-2-9-g9b20ef5

Antonio Terceiro terceiro at softwarelivre.org
Thu Aug 11 18:09:10 UTC 2011


The following commit has been merged in the master branch:
commit a29fa15c6f8c41d5df07c9e783bc5d9e3cb2b0e3
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Aug 11 10:21:43 2011 -0700

    Run tests using Gem2Deb::Rake::TestTask

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 4acb99d..b436346 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,5 @@
-require 'rake/testtask'
-Rake::TestTask.new do |t|
-  t.libs << 'debian/ruby-pkg-config/usr/lib/ruby/vendor_ruby'
+require 'gem2deb/rake/testtask'
+Gem2Deb::Rake::TestTask.new do |t|
   t.test_files = FileList['test/test_*.rb']
   t.ruby_opts << '-rtest/unit'
 end
-task :default => :test

-- 
ruby-pkg-config.git



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