File: drop-bundler-setup-in-tests.patch

package info (click to toggle)
ruby-has-scope 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: ruby: 556; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Drop bundler/setup in tests.
Author: Utkarsh Gupta <utkarsh@ubuntu.com>
Origin: vendor
Forwarded: not-needed
Last-Update: 2025-03-09

--- ruby-has-scope-0.8.2.orig/test/test_helper.rb
+++ ruby-has-scope-0.8.2/test/test_helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 
 require 'minitest/autorun'
 require 'mocha'