aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/descendants_tracker_without_autoloading_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Improve the test code for #8422Rafael Mendonça França2013-10-241-4/+4
| | | | | * Remove unneeded comments. * Use key? instead of keys.include?.
* Added test to ensure that DescendantsTracker does not leak memory on ↵Iuri Gagnidze2012-12-091-0/+10
| | | | singleton classes
* 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/+8
AS::Dependencies.