File: remove-bundler-from-tests.patch

package info (click to toggle)
ruby-actionpack-xml-parser 2.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: ruby: 432; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove bundler from tests.  This patch can probably be dropped once
 rexml has been packaged.
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
        Soren Stoutner <soren@debian.org>
Forwarded: not-needed
Last-Updated: 2016-03-14

diff --git a/test/helper.rb b/test/helper.rb
index 691b577..53d84da 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,5 +1,3 @@
-require 'bundler/setup'
-
 require 'active_support/testing/autorun'
 require 'action_pack/xml_parser'
 require 'action_controller'