From 033cea7d8e36f388f8d9cea01283932fae32f79e Mon Sep 17 00:00:00 2001 From: tenderlove Date: Wed, 15 Dec 2010 19:50:00 +0000 Subject: drying up the requires in the openssl tests git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_hmac.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/openssl/test_hmac.rb') diff --git a/test/openssl/test_hmac.rb b/test/openssl/test_hmac.rb index 23a3ce4264..ba158d2b51 100644 --- a/test/openssl/test_hmac.rb +++ b/test/openssl/test_hmac.rb @@ -1,8 +1,4 @@ -begin - require "openssl" -rescue LoadError -end -require "test/unit" +require_relative 'utils' class OpenSSL::TestHMAC < Test::Unit::TestCase def setup -- cgit v1.2.3