spec/spec.sane.rb in sane-0.24.4 vs spec/spec.sane.rb in sane-0.24.5

- old
+ new

@@ -184,9 +184,9 @@ 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 + Socket.get_local_ips[0].should_not be nil end end