> On another note, what is the exact difference between using should eql > () and should == > ? > should eql uses Object#eql? and should == uses Object#== See the ruby doc for the difference: http://www.ruby-doc.org/core/classes/Object.html#M000341 Aslak > Best, > > Scott