[DRE-commits] [SCM] ruby-ffi.git branch, master, updated. debian/1.0.11debian-3-6-g234ee33

Antonio Terceiro terceiro at debian.org
Sat Jun 30 13:54:57 UTC 2012


The following commit has been merged in the master branch:
commit baa91028defe38a35c659ee80a0e6e745b838810
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 30 10:29:29 2012 -0300

    Re-enable tests

diff --git a/debian/changelog b/debian/changelog
index 1643435..b518cb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-ffi (1.0.11debian-4) UNRELEASED; urgency=low
 
   * Bump standards version
   * Bump build dependency on gem2deb to >= 0.3.0~
+  * debian/ruby-tests-rb: re-enable tests
 
  -- Antonio Terceiro <terceiro at debian.org>  Sat, 30 Jun 2012 10:10:11 -0300
 
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 0293b75..517fa0b 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,7 +1,7 @@
 # build the test lib for this Ruby version
 system('make -f libtest/GNUmakefile') or raise("Failed to build test library")
 
-require 'rspec'
+require 'rspec/autorun'
 Dir.glob('spec/*/*_spec.rb').each do |spec|
   require spec
 end

-- 
ruby-ffi.git



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