aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-21/+0
* Explicitly require Active Support for testsJeremy Kemper2008-11-241-0/+3
* Require Mocha >= 0.9.3 which includes a MiniTest adapterJeremy Kemper2008-11-231-1/+1
* Require mocha before the testcase overrides, otherwise its run method is clob...Jeremy Kemper2008-11-191-18/+6
* Use the Ruby load path for test_helper requires. Fix AM::TestCase.Jeremy Kemper2008-11-151-11/+2
* initial statemachine machine and state classesrick2008-06-281-1/+17
* convert specs to testsrick2008-06-271-0/+23