mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
removing empty teardown, cleaning up whitespace errors
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4032e6d622
commit
37e7bf7619
1 changed files with 2 additions and 5 deletions
|
@ -26,9 +26,6 @@ class OpenSSL::TestOCSP < Test::Unit::TestCase
|
||||||
subj, @key, serial, now, now+3600, [], @ca_cert, nil, dgst)
|
subj, @key, serial, now, now+3600, [], @ca_cert, nil, dgst)
|
||||||
end
|
end
|
||||||
|
|
||||||
def teardown
|
|
||||||
end
|
|
||||||
|
|
||||||
def test_new_certificate_id
|
def test_new_certificate_id
|
||||||
cid = OpenSSL::OCSP::CertificateId.new(@cert, @ca_cert)
|
cid = OpenSSL::OCSP::CertificateId.new(@cert, @ca_cert)
|
||||||
assert_kind_of OpenSSL::OCSP::CertificateId, cid
|
assert_kind_of OpenSSL::OCSP::CertificateId, cid
|
||||||
|
|
Loading…
Reference in a new issue