Skip to content

Commit

Permalink
Move specs for OpenSSL::X509::Store#verify to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw authored and eregon committed Nov 9, 2023
1 parent 8810923 commit fe4fe13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative '../../../../spec_helper'
require 'openssl'

describe "OpenSSL::X509::Name.verify" do
describe "OpenSSL::X509::Store#verify" do
it "returns true for valid certificate" do
key = OpenSSL::PKey::RSA.new 2048
cert = OpenSSL::X509::Certificate.new
Expand Down

0 comments on commit fe4fe13

Please sign in to comment.