Sha256: 567bb649513745ed84c2263f33f1e0cd6d0696a72e96106db00e3079af3c3009
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
require 'spec_helper' require 'nmap/hop' describe Hop do describe "#to_s" do subject do described_class.new('10.0.0.1', nil, '1', '3.38') end it "should return the addr" do subject.to_s.should == subject.addr end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-nmap-0.7.0 | spec/hop_spec.rb |