You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/builder/files/builder-2.1.2-fix-tests.patch

13 lines
346 B

Require the needed files explicitly. Otherwise tests might break if this
test is found first.
--- test/testeventbuilder.rb.~1~ 2006-12-24 20:29:01.000000000 +0100
+++ test/testeventbuilder.rb 2010-06-26 15:43:50.853708583 +0200
@@ -1,3 +1,6 @@
+require 'test/unit'
+require 'builder'
+
class TestEvents < Test::Unit::TestCase
class Target