File: Remove-bundler-usage-in-tests.patch

package info (click to toggle)
ruby-binding-of-caller 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: ruby: 432; makefile: 4; sh: 4
file content (21 lines) | stat: -rw-r--r-- 516 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
From: Daniel Leidert <dleidert@debian.org>
Date: Sat, 27 Nov 2021 00:04:19 +0100
Subject: Remove bundler usage in tests

This "fixes" a problem running the tests as well, because the .gemspec
relies on lib.

Forwarded: not-needed
---
 spec/spec_helper.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 1c04abe..52e9ae7 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,3 @@
-require "bundler/setup"
 require "binding_of_caller"
 
 class Module