spec/xml_spec.rb in ruby-sslyze-1.0.0 vs spec/xml_spec.rb in ruby-sslyze-1.1.0
- old
+ new
@@ -19,15 +19,9 @@
it "must parse the SSLyzeVersion attribute" do
expect(subject.version).to match(/^1\.\d+\.\d+$/)
end
end
- describe "#network_timeout" do
- it "must parse the networkTimeout attribute" do
- expect(subject.network_timeout).to be == 5
- end
- end
-
describe "#total_scan_time" do
it "must parse the totalScanTime attribute" do
expect(subject.total_scan_time).to be_kind_of(Float)
expect(subject.total_scan_time).to be > 0.0
end