rails--rails/activeresource/test/base
David Heinemeier Hansson f99e5bba19 Increase test coverage (closes #8699, #8700) [josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7532 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-09-21 23:31:21 +00:00
..
custom_methods_test.rb Increase test coverage (closes #8699, #8700) [josh] 2007-09-21 23:31:21 +00:00
equality_test.rb Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. 2006-12-22 21:42:52 +00:00
load_test.rb Added support for using classes from within a single nested module [DHH] 2007-04-26 19:38:16 +00:00