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/facets/files/facets-2.8.4-fix-tests.patch

9 lines
311 B

--- test/core/unboundmethod/test_arguments.rb.~1~ 2011-01-23 12:39:57.721680315 +0100
+++ test/core/unboundmethod/test_arguments.rb 2011-01-23 13:03:36.583697764 +0100
@@ -1,4 +1,5 @@
require 'facets/unboundmethod/arguments'
+require 'test/unit'
class Test_UnboundMethod_Arguments < Test::Unit::TestCase