aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/base/equality_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved all test cases into a new test/cases directory to match Active Record t...taryn2009-08-191-52/+0
* ActiveResource#eqls? and == should not take into account object identity and ...Rasik Pandey2009-01-281-0/+9
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Base#==, eql?, and hash methods. == returns true if its argument is identical...Jeremy Kemper2006-12-221-0/+43