aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/xml_mini_engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fixes Hash.from_xml with frozen strings for all backendsJosh Nussbaum2017-04-201-0/+5
* Move tests to a module, include in subclasses, style lintingJon Moss2016-11-201-188/+195
* Create XMLMiniEngineTest; base class for all testsJon Moss2016-11-201-0/+250