Reduce loading class/module on CGIUtilTest and CGIEscapeTest

This commit is contained in:
Hiroshi SHIBATA 2025-05-08 19:16:01 +09:00
parent 382be44f42
commit 56423d43a3
Notes: git 2025-05-09 05:27:43 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'test/unit'
require 'cgi'
require 'cgi/escape'
require 'stringio'
require_relative 'update_env'

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'test/unit'
require 'cgi'
require 'cgi/util'
class CGIUtilTest < Test::Unit::TestCase