File: 0010_remove_rubygems_from_specs.patch

package info (click to toggle)
ruby-dataobjects 0.10.8-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 416 kB
  • sloc: ruby: 2,917; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: remove requirement on rubygems in spec_helper
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2011-10-16

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,3 @@
-require 'rubygems'
 require 'data_objects'
 require 'rspec'