From 2bdc4ddc065cb395f287f1511f9cb14059a66652 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 20 Nov 2016 09:06:17 -0500 Subject: Code styling cleanup --- activesupport/test/xml_mini/rexml_engine_test.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'activesupport/test/xml_mini/rexml_engine_test.rb') diff --git a/activesupport/test/xml_mini/rexml_engine_test.rb b/activesupport/test/xml_mini/rexml_engine_test.rb index 0f4e690746..4222436ae8 100644 --- a/activesupport/test/xml_mini/rexml_engine_test.rb +++ b/activesupport/test/xml_mini/rexml_engine_test.rb @@ -20,11 +20,11 @@ class REXMLEngineTest < ActiveSupport::TestCase private - def adapter_name - "REXML" - end + def engine + "REXML" + end - def expansion_attack_error - RuntimeError - end + def expansion_attack_error + RuntimeError + end end -- cgit v1.2.3