Skip to content

Commit

Permalink
Fixed the specs for SSL::CertSh.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 8, 2024
1 parent 5685a15 commit f39d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/builtin/ssl/cert_sh_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'
require 'ronin/recon/builtin/ssl/cert_sh'

describe Ronin::Recon::Net::CertSh do
describe Ronin::Recon::SSL::CertSh do
describe "#process", :network do
context "for domain with certificates" do
let(:domain) { Ronin::Recon::Values::Domain.new("example.com") }
Expand Down

0 comments on commit f39d939

Please sign in to comment.