aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/state_machine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Require mocha for tests. Get rid of uses_mocha helper.Jeremy Kemper2008-11-191-91/+79
* Use the Ruby load path for test_helper requires. Fix AM::TestCase.Jeremy Kemper2008-11-151-2/+2
* all aasm tests without activerecord moved over and passingrick2008-06-281-50/+49
* converted tests for more complex state transitionsrick2008-06-281-111/+111
* add basic events and transitions. still more tests to convertrick2008-06-281-88/+78
* initial statemachine machine and state classesrick2008-06-281-0/+335