Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in test name | Carlos Antonio da Silva | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | ConstantLookup is not needed in every TestCase decendant | Andy Lindeman | 2012-09-26 | 1 | -0/+1 |
| | |||||
* | Add missing inflector dependency | Mike Moore | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Create ActiveSupport::Testing::ConstantLookup | Mike Moore | 2012-09-24 | 1 | -0/+58 |
AS::TC::ConstantLookup walks the test's name to find the constant it is describing. This additional lookup logic is needed to better support minitest's spec DSL. |