File: 0100_remove_rubygems_bundler_stuff.patch

package info (click to toggle)
ruby-instantiator 0.0.6%2Bgit9cbbe70-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 152 kB
  • ctags: 101
  • sloc: ruby: 269; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove requirements on bundler and rubygems
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Forwarded: no
Last-Update: 2011-12-31

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,5 +1 @@
-require "rubygems"
-require "bundler"
-Bundler.setup(:default, :development)
-
 require "test/unit"