File: 0001-disable-bundler.patch

package info (click to toggle)
ruby-bunny 2.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,400 kB
  • sloc: ruby: 9,897; sh: 59; makefile: 23
file content (23 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Lucas Kanashiro <kanashiro@debian.org>
Date: Fri, 27 Apr 2018 14:09:27 -0300
Subject: disable bundler
Forwarded: not-needed

---
 spec/spec_helper.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 198820e..6a1e6da 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,9 +2,6 @@
 
 $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
 
-require 'bundler'
-Bundler.require(:default, :test)
-
 require "bunny"
 require "bunny/test_kit"