summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/hoe/files/hoe-2.10.0-test-fix.patch')
-rw-r--r--dev-ruby/hoe/files/hoe-2.10.0-test-fix.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/hoe/files/hoe-2.10.0-test-fix.patch b/dev-ruby/hoe/files/hoe-2.10.0-test-fix.patch
deleted file mode 100644
index 62789de38eb9..000000000000
--- a/dev-ruby/hoe/files/hoe-2.10.0-test-fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-http://rubyforge.org/tracker/?func=detail&atid=5923&aid=29320&group_id=1513
-
-diff --git a/test/test_hoe_test.rb b/test/test_hoe_test.rb
-index 8a9e613..01dc0af 100644
---- a/test/test_hoe_test.rb
-+++ b/test/test_hoe_test.rb
-@@ -13,15 +13,13 @@ class TestHoeTest < MiniTest::Unit::TestCase
- initialize_test
-
- def test_globs
-- ['test/**/test_*.rb']
-+ ['test/test_hoe_test.rb']
- end
- end
- end
-
- def test_make_test_cmd_with_different_testlibs
- expected = ['-w -Ilib:bin:test:. -e \'require "rubygems"; %s',
-- 'require "test/test_hoe.rb"; ',
-- 'require "test/test_hoe_gemcutter.rb"; ',
- 'require "test/test_hoe_test.rb"',
- "' -- ",
- ].join