File: 0001-Don-t-use-bundler-when-running-tests.patch

package info (click to toggle)
ruby-haml 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,016 kB
  • sloc: ruby: 9,830; ansic: 536; sh: 23; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?b?SsOpcsOpbXkgQm9iYmlv?= <lunar@debian.org>
Date: Wed, 21 Dec 2022 09:08:12 -0300
Subject: Don't use bundler when running tests

Forwarded: no
---
 test/test_helper.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_helper.rb b/test/test_helper.rb
index 3f160ad..fb2e490 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,5 +1,4 @@
 require 'unindent'
-require 'bundler/setup'
 require 'minitest/autorun'
 require 'action_pack'
 require 'action_controller'