File: 0010_remove_rubygems_from_specs.patch

package info (click to toggle)
ruby-dataobjects-mysql 0.10.16-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 340 kB
  • ctags: 174
  • sloc: ansic: 1,400; ruby: 613; sh: 28; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: remove requirement on rubygems in spec_helper
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2011-10-26

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,7 @@
 $TESTING=true
 JRUBY = RUBY_PLATFORM =~ /java/
 
-require 'rubygems'
+#require 'rubygems'
 require 'rspec'
 require 'date'
 require 'ostruct'