aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/state_machine
Commit message (Expand)AuthorAgeFilesLines
* Make Active Model test suite similar to Active RecordPratik Naik2009-03-204-248/+0
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-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-193-80/+72
* Use the Ruby load path for test_helper requires. Fix AM::TestCase.Jeremy Kemper2008-11-154-6/+6
* all aasm tests without activerecord moved over and passingrick2008-06-281-1/+1
* converted tests for more complex state transitionsrick2008-06-282-4/+6
* add basic events and transitions. still more tests to convertrick2008-06-284-2/+155
* initial statemachine machine and state classesrick2008-06-282-0/+101