File: 0100_remove_rubygems_bundler_stuff.patch

package info (click to toggle)
ruby-introspection 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 208 kB
  • ctags: 166
  • sloc: ruby: 689; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: remove requirements on rubygems and bundler
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Forwarded: No

Index: ruby-introspection/test/test_helper.rb
===================================================================
--- ruby-introspection.orig/test/test_helper.rb	2011-12-30 16:05:06.000000000 +0100
+++ ruby-introspection/test/test_helper.rb	2011-12-30 16:05:06.000000000 +0100
@@ -1,6 +1,3 @@
-require "rubygems"
-require "bundler/setup"
-
 require "introspection"
 require "test/unit"
 
@@ -27,4 +24,4 @@
   include Introspection::TestHelper
   include Introspection::LocalAssertions
   include Introspection::Assertions
-end
\ No newline at end of file
+end