File: disable-tests.patch

package info (click to toggle)
ruby-hoe 4.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: ruby: 2,251; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Disable rubygems test
Author: Ondřej Surý
Origin: vendor
Last-Update: 2020-02-06

--- a/test/test_hoe.rb
+++ b/test/test_hoe.rb
@@ -101,10 +101,10 @@ class TestHoe < Minitest::Test
     reset_hoe load_path, home
   end
 
-  def test_have_gem_eh
-    assert hoe.have_gem? "rake"
-    refute hoe.have_gem? "nonexistent"
-  end
+#  def test_have_gem_eh
+#    assert hoe.have_gem? "rake"
+#    refute hoe.have_gem? "nonexistent"
+#  end
 
   def test_initialize_plugins_hoerc
     home = ENV["HOME"]