mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
1c93261983
commit
033cea7d8e
17 changed files with 20 additions and 94 deletions
|
@ -1,9 +1,4 @@
|
|||
begin
|
||||
require "openssl"
|
||||
require_relative "utils"
|
||||
rescue LoadError
|
||||
end
|
||||
require "test/unit"
|
||||
require_relative "utils"
|
||||
|
||||
if defined?(OpenSSL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue