aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Require mocha >= 0.9.3, older versions don't work anymore [#1579 state:resolved]Hongli Lai (Phusion)2008-12-151-0/+1
* Add create_fixtures method for testsJeremy Kemper2008-11-151-0/+4
* Set up fixtures for AR testsJeremy Kemper2008-11-151-0/+8
* Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.Jeremy Kemper2008-11-071-11/+6
* stop AR's debug.log filling with warnings about not being able to load fixtur...Frederick Cheung2008-09-141-0/+14
* ensure tests load sibling Active Support instead of a gemJeremy Kemper2008-08-251-0/+1
* Add assert_sql helper method to check for specific SQL output in Active Recor...Gabe da Silveira2008-07-141-5/+5
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-301-8/+0
* Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...Michael Koziarski2008-02-061-0/+8
* require test/unit explicitly otherwise the at_exit handler doesn't get called...Michael Koziarski2008-01-221-0/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-0/+46