File: remove-bundler.patch

package info (click to toggle)
ruby-tilt 2.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 692 kB
  • sloc: ruby: 4,535; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove the use of bundler while running tests
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2016-01-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,7 +1,7 @@
 $LOAD_PATH << File.expand_path('../../lib', __FILE__)
 
-require 'bundler'
-Bundler.setup
+#require 'bundler'
+#Bundler.setup
 
 require 'minitest/autorun'
 require 'minitest/mock'