diff options
author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-15 19:50:00 +0000 |
---|---|---|
committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-15 19:50:00 +0000 |
commit | 033cea7d8e36f388f8d9cea01283932fae32f79e (patch) | |
tree | 8d58080450795ed9db6c3929ccf132b333e594d3 /test/openssl/test_pkcs7.rb | |
parent | 1c932619833f3056a969740248eb313e77b20c9f (diff) |
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
Diffstat (limited to 'test/openssl/test_pkcs7.rb')
-rw-r--r-- | test/openssl/test_pkcs7.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/openssl/test_pkcs7.rb b/test/openssl/test_pkcs7.rb index fa71b9e938..34c523aacc 100644 --- a/test/openssl/test_pkcs7.rb +++ b/test/openssl/test_pkcs7.rb @@ -1,9 +1,4 @@ -begin - require "openssl" - require_relative 'utils' -rescue LoadError -end -require "test/unit" +require_relative 'utils' if defined?(OpenSSL) |