File: 0001-remove-bundler-from-tests.patch

package info (click to toggle)
ruby-actionpack-xml-parser 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: ruby: 432; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Date: Wed, 5 Sep 2018 15:55:28 -0300
Subject: Remove bundler from tests

Last-Updated: 2016-03-14
---
 test/helper.rb | 2 --
 1 file changed, 2 deletions(-)

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'