From 5ba480e4eab7f0660a11bb21044aa4077aedf7d1 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Tue, 29 Aug 2023 18:26:19 +0900 Subject: Use the test-unit-ruby-core gem for Test::Unit::CoreAssertions test/lib/core_assertions.rb and its dependencies are now packaged in the gem test-unit-ruby-core. Let's use it instead. --- test/openssl/utils.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/openssl/utils.rb b/test/openssl/utils.rb index 269a111dbf..3856bea875 100644 --- a/test/openssl/utils.rb +++ b/test/openssl/utils.rb @@ -5,15 +5,10 @@ rescue LoadError end require "test/unit" +require "core_assertions" require "tempfile" require "socket" -begin - require_relative "../lib/core_assertions" -rescue LoadError - # for ruby/ruby repository -end - if defined?(OpenSSL) module OpenSSL::TestUtils -- cgit v1.2.3