File: 001-remove-coverall.patch

package info (click to toggle)
ruby-bindata 2.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • ctags: 947
  • sloc: ruby: 8,357; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Remove rubygems and coveralls

Index: ruby-bindata-2.3.1/test/test_helper.rb
===================================================================
--- ruby-bindata-2.3.1.orig/test/test_helper.rb
+++ ruby-bindata-2.3.1/test/test_helper.rb
@@ -1,7 +1,7 @@
-require 'rubygems'
+#require 'rubygems'
 
-require 'coveralls'
-Coveralls.wear!
+#require 'coveralls'
+#Coveralls.wear!
 
 require 'minitest/autorun'
 require 'stringio'