aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/testing/constant_lookup_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* ConstantLookup is not needed in every TestCase decendantAndy Lindeman2012-09-261-0/+1
|
* Add missing inflector dependencyMike Moore2012-09-251-1/+1
|
* Create ActiveSupport::Testing::ConstantLookupMike Moore2012-09-241-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.