aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of helper requires that were missed. This was causing the tests ...Jon Leighton2011-06-071-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* fixing 1.8 support for new fixture testsAaron Patterson2011-05-231-2/+4
* fixture file will validate fixture formatAaron Patterson2011-05-231-0/+18
* return an empty array for empty yaml filesAaron Patterson2011-05-231-0/+17
* adding AR::Fixtures::File class to wrap a fixture fileAaron Patterson2011-05-231-0/+46