aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick core extensionsJeremy Kemper2009-05-132-0/+2
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* 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
* MiniTest compat: don't shadow @nameJeremy Kemper2008-11-222-5/+5
* Require mocha for tests. Get rid of uses_mocha helper.Jeremy Kemper2008-11-195-189/+167
* 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-157-21/+12
* all aasm tests without activerecord moved over and passingrick2008-06-282-51/+50
* converted tests for more complex state transitionsrick2008-06-283-115/+117
* add basic events and transitions. still more tests to convertrick2008-06-285-90/+233
* initial statemachine machine and state classesrick2008-06-285-4/+456
* convert specs to testsrick2008-06-272-0/+146