File: disable-tests.patch

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

Index: ruby-hoe/test/test_hoe.rb
===================================================================
--- ruby-hoe.orig/test/test_hoe.rb	2020-02-06 10:09:25.925560288 +0000
+++ ruby-hoe/test/test_hoe.rb	2020-02-06 10:09:25.925560288 +0000
@@ -94,10 +94,10 @@
     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"]