spec/os_spec.rb in ruby-nmap-0.8.0 vs spec/os_spec.rb in ruby-nmap-0.9.0
- old
+ new
@@ -18,10 +18,10 @@
describe "#matches" do
subject { super().matches.first }
it "should parse the name" do
- expect(subject.name).to eq('Linux 2.6.39')
+ expect(subject.name).to eq('Linux 3.0')
end
it "should parse the accuracy" do
expect(subject.accuracy).to be_between(0,100)
end