spec/spec.sane.rb in sane-0.24.1 vs spec/spec.sane.rb in sane-0.24.2

- old
+ new

@@ -180,9 +180,9 @@ 1_000_000.0.group_digits.should == '1,000,000.0' 1_000_000.03555.group_digits.should == '1,000,000.03555' end it "should have a string replace method" do - "abc".replace_with!("def").should == "def" + "abc".replace_all!("def").should == "def" end end