spec/spec.sane.rb in sane-0.24.2 vs spec/spec.sane.rb in sane-0.24.3
- old
+ new
@@ -183,6 +183,10 @@
it "should have a string replace method" do
"abc".replace_all!("def").should == "def"
end
+ it 'should have socket get_host_ips' do
+ Socket.get_host_ips[0].should_not be nil
+ end
+
end