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'
|