aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/testing/constant_lookup_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* determine_constant_from_test_name does not swallow NoMethodErrors [Yves Senn]Xavier Noria2013-03-281-0/+10
|
* Fix typo in test nameCarlos Antonio da Silva2012-11-041-1/+1
|
* 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.