aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/descendants_tracker_with_autoloading_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-4/+4
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* fix some typos in ASVipul A M2013-03-301-3/+3
|
* Make DescendantsTracker thread safe and optimize the #descendants method.thedarkone2012-10-181-5/+5
|
* removing unnecessary requiresAaron Patterson2012-01-061-2/+1
|
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
|
* Refactored AS::DescendantsTracker test cases so they can be tested without ↵Rolf Timmermans2011-03-131-0/+35
AS::Dependencies.