aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/rexml_engine_test.rb
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-11-20 09:06:17 -0500
committerJon Moss <me@jonathanmoss.me>2016-11-20 10:45:58 -0500
commit2bdc4ddc065cb395f287f1511f9cb14059a66652 (patch)
treecf8e66db7139fbaa696e40018068e7ac2dfe8143 /activesupport/test/xml_mini/rexml_engine_test.rb
parent305e2922a4b358f0ae5630672b6144d3013b603d (diff)
downloadrails-2bdc4ddc065cb395f287f1511f9cb14059a66652.tar.gz
rails-2bdc4ddc065cb395f287f1511f9cb14059a66652.tar.bz2
rails-2bdc4ddc065cb395f287f1511f9cb14059a66652.zip
Code styling cleanup
Diffstat (limited to 'activesupport/test/xml_mini/rexml_engine_test.rb')
-rw-r--r--activesupport/test/xml_mini/rexml_engine_test.rb12
1 files changed, 6 insertions, 6 deletions
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