aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/d.rb
Commit message (Collapse)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
|
* Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-221-0/+2
Minitest sets an E constant to an empty string to save GC time. This clashes with autoloading tests which define an E constant.