aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/em.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.