diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-03-18 18:27:35 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-03-18 18:28:07 -0300 |
commit | 91942219210bc68d09deea0801e54b9f7c187bc9 (patch) | |
tree | 4ea9aa9c73d3d9cd67f55a2958a026da1dd3a516 | |
parent | a8e7a009d22f787046954b9e043363940deca3da (diff) | |
download | rails-91942219210bc68d09deea0801e54b9f7c187bc9.tar.gz rails-91942219210bc68d09deea0801e54b9f7c187bc9.tar.bz2 rails-91942219210bc68d09deea0801e54b9f7c187bc9.zip |
Fix method name indent [ci skip]
-rw-r--r-- | activesupport/test/xml_mini/jdom_engine_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/xml_mini/jdom_engine_test.rb b/activesupport/test/xml_mini/jdom_engine_test.rb index ec81ada736..dfe2c417ca 100644 --- a/activesupport/test/xml_mini/jdom_engine_test.rb +++ b/activesupport/test/xml_mini/jdom_engine_test.rb @@ -42,7 +42,7 @@ if RUBY_PLATFORM =~ /java/ assert_equal 'x', Hash.from_xml(attack_xml)["member"] end - def test_not_allowed_to_expand_parameter_entities_to_files + def test_not_allowed_to_expand_parameter_entities_to_files attack_xml = <<-EOT <!DOCTYPE member [ <!ENTITY % b SYSTEM "file://#{FILES_DIR}/jdom_entities.txt"> |