spec/spec.sane.rb in sane-0.23.5 vs spec/spec.sane.rb in sane-0.23.6

- old
+ new

@@ -182,7 +182,11 @@ 1_000_000.comma_format.should == '1,000,000' 1_000_000.0.comma_format.should == '1,000,000.0' 1_000_000.0.comma_format.should == '1,000,000.0' end + it 'should have socket ips' do + Socket.get_host_ips.length.should be > 0 + end + end