Skip to content

Commit

Permalink
remove a write that I shouldn't have left in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Jan 9, 2012
1 parent 985244d commit 43a0f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/signer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
ocsp_request.add_certid(certid)
ocsp_handler = R509::Ocsp::Signer.new({ :configs => [@test_ca_config] })
response = ocsp_handler.handle_request(ocsp_request)
File.open("/Users/pkehrer/Desktop/test.der","w") { |file| file.write(response.to_der) }
response.verify(@test_ca_config.ca_cert.cert).should == true
response.verify(@second_ca_config.ca_cert.cert).should == false
response.basic.status[0][1].should == OpenSSL::OCSP::V_CERTSTATUS_GOOD
Expand Down

0 comments on commit 43a0f06

Please sign in to comment.