aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-9/+4
* Fix has_and_belongs_to_many_associations tests. #1738Pratik Naik2009-01-181-1/+1
* Merge branch 'master' into savepointsJeremy Kemper2009-01-101-0/+5
|\
| * Add a repair_helper to repair changes to the validations inside validations_t...Murray Steele2008-12-191-0/+4
| * Require mocha >= 0.9.3, older versions don't work anymore [#1579 state:resolved]Hongli Lai (Phusion)2008-12-151-0/+1
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-031-11/+18
|\|
| * 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
* | Fix assert_queries failures by ignoring savepoint sql.Jonathan Viney2008-11-031-1/+1
|/
* 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