[DRE-commits] [SCM] ruby-cairo.git branch, master, updated. debian/1.10.0-3-12-g8a824e9

Cédric Boutillier cedric.boutillier at gmail.com
Tue May 8 07:52:31 UTC 2012


The following commit has been merged in the master branch:
commit 2615c3348cf0d0094f60807f0d2911ca5b035290
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue May 8 09:42:57 2012 +0200

    remove debian/test-unit-stub.rb as we use ruby-test-unit

diff --git a/debian/TODO b/debian/TODO
deleted file mode 100644
index fe4f6d3..0000000
--- a/debian/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Decide whether to package test-unit, and if it gets packaged stop using
-debian/test-unit-stub.rb to run the tests.
diff --git a/debian/test-unit-stub.rb b/debian/test-unit-stub.rb
deleted file mode 100644
index 95dc099..0000000
--- a/debian/test-unit-stub.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-class Test::Unit::TestCase
-  def assert_true(check)
-    assert_equal true, check
-  end
-  def assert_predicate(object, predicate)
-    assert object.send(predicate)
-  end
-  def assert_not_predicate(object, predicate)
-    assert !object.send(predicate)
-  end
-end

-- 
ruby-cairo.git



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