Skip to content

Commit

Permalink
Mo' pems, mo' bettah.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 28, 2015
1 parent e3f23d3 commit 43d3006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_adding_pem_to_x509store.rb
Expand Up @@ -8,7 +8,7 @@ def test_adding_pem
# to find the pem certificates
base = $LOAD_PATH.detect { |p| p =~ /ruby\/shared/ }
pems = Dir[ File.join(base, 'rubygems/ssl_certs/*pem') ]
assert_equal( 7, pems.size )
assert_equal( 9, pems.size )
pems.each do |pem|
store = OpenSSL::X509::Store.new
cert = OpenSSL::X509::Certificate.new(File.read(pem))
Expand Down

0 comments on commit 43d3006

Please sign in to comment.