From 91942219210bc68d09deea0801e54b9f7c187bc9 Mon Sep 17 00:00:00 2001
From: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Date: Mon, 18 Mar 2013 18:27:35 -0300
Subject: Fix method name indent [ci skip]

---
 activesupport/test/xml_mini/jdom_engine_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activesupport')

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">
-- 
cgit v1.2.3