File: 0001-Sanitize-test-suite.patch

package info (click to toggle)
ruby-css-parser 1.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: ruby: 3,118; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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(-)

diff --git a/test/test_helper.rb b/test/test_helper.rb
index 7dd2989..7d4632c 100644
--- 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 'net/http'
 require 'webrick'