Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly require Active Support for tests | Jeremy Kemper | 2008-11-24 | 1 | -0/+3 |
| | |||||
* | Require Mocha >= 0.9.3 which includes a MiniTest adapter | Jeremy Kemper | 2008-11-23 | 1 | -1/+1 |
| | |||||
* | MiniTest compat: don't shadow @name | Jeremy Kemper | 2008-11-22 | 2 | -5/+5 |
| | |||||
* | Require mocha for tests. Get rid of uses_mocha helper. | Jeremy Kemper | 2008-11-19 | 5 | -189/+167 |
| | |||||
* | Require mocha before the testcase overrides, otherwise its run method is ↵ | Jeremy Kemper | 2008-11-19 | 1 | -18/+6 |
| | | | | clobbered | ||||
* | Use the Ruby load path for test_helper requires. Fix AM::TestCase. | Jeremy Kemper | 2008-11-15 | 7 | -21/+12 |
| | |||||
* | all aasm tests without activerecord moved over and passing | rick | 2008-06-28 | 2 | -51/+50 |
| | |||||
* | converted tests for more complex state transitions | rick | 2008-06-28 | 3 | -115/+117 |
| | |||||
* | add basic events and transitions. still more tests to convert | rick | 2008-06-28 | 5 | -90/+233 |
| | |||||
* | initial statemachine machine and state classes | rick | 2008-06-28 | 5 | -4/+456 |
| | |||||
* | convert specs to tests | rick | 2008-06-27 | 2 | -0/+146 |