File: 0001-Sanitize-test-suite.patch

package info (click to toggle)
ruby-css-parser 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 388 kB
  • sloc: ruby: 3,115; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Lucas Kanashiro <kanashiro@ubuntu.com>
Date: Thu, 8 Feb 2024 17:41:57 -0300
Subject: Sanitize test suite

Author: Antonio Terceiro <terceiro@debian.org>
Last-Updated: 2024-02-08
---
 test/test_helper.rb | 1 -
 1 file changed, 1 deletion(-)

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,6 +1,5 @@
 # frozen_string_literal: true
 
-require 'bundler/setup'
 require 'maxitest/autorun'
 require 'mocha/minitest'
 require 'ostruct'