aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/xml_mini_engine_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to a module, include in subclasses, style lintingJon Moss2016-11-201-188/+195
| | | | | | | | This fixes an error where the test runner would try and run XMLMiniEngineTest like a normal test class, except it's abstract. Now, to circumvent this, we don't include any of the actual tests in XMLMiniEngineTest; they are wrapped in a module that is included in subclass when they inherit from XMLMiniEngineTest. Pretty neat, huh?
* Create XMLMiniEngineTest; base class for all testsJon Moss2016-11-201-0/+250