Skip to content

Commit

Permalink
Use the test-unit-ruby-core gem for Test::Unit::CoreAssertions
Browse files Browse the repository at this point in the history
test/lib/core_assertions.rb and its dependencies are now packaged in
the gem test-unit-ruby-core. Let's use it instead.
  • Loading branch information
rhenium authored and hsbt committed Sep 6, 2023
1 parent 3fd90c0 commit 5ba480e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/openssl/utils.rb
Expand Up @@ -5,15 +5,10 @@
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
Expand Down

0 comments on commit 5ba480e

Please sign in to comment.