> What about a helpful error message when "should ==" fails on floats: > > expected 98.6, got 98.6 > > The expected and actual may appear to be the same due to Ruby's string > representation of floating point numbers. For floating point math, we > recommend using the be_close() matcher instead. > > ???
!!! That's a great idea. Even better would be that it only shows up when the to_s values are the same, so it doesn't appear for a real failure. - A _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
