aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2013-03-19 20:52:20 +0900
committerkennyj <kennyj@gmail.com>2013-03-19 20:52:20 +0900
commit445bc3a20025dcf7ac975b28e361d0a7f53e34a7 (patch)
treeed331066d090afdcc5e7a9cf2be979545112b1ee /activesupport
parent66ac0c567dfcc6a31568d270dba335eb1971abc3 (diff)
downloadrails-445bc3a20025dcf7ac975b28e361d0a7f53e34a7.tar.gz
rails-445bc3a20025dcf7ac975b28e361d0a7f53e34a7.tar.bz2
rails-445bc3a20025dcf7ac975b28e361d0a7f53e34a7.zip
Fix warning: mismatched indentatmmismatched indentations at 'end' with 'def'
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/xml_mini/jdom_engine_test.rb2
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 4d44b72df6..2dfdde5c62 100644
--- a/activesupport/test/xml_mini/jdom_engine_test.rb
+++ b/activesupport/test/xml_mini/jdom_engine_test.rb
@@ -43,7 +43,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">