aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2016-09-03 11:18:10 -0500
committerGitHub <noreply@github.com>2016-09-03 11:18:10 -0500
commit841bd8994b7c3f4f785391887b2f5cd65bbedcf7 (patch)
treef39c1d848037ef4fe535831ae56cc180d9539aae
parentbd19d09b31f64cba364fa16962ad47879ef24f34 (diff)
parenteceabc8355905ae7c92d2182921441fe0ff11773 (diff)
downloadrails-841bd8994b7c3f4f785391887b2f5cd65bbedcf7.tar.gz
rails-841bd8994b7c3f4f785391887b2f5cd65bbedcf7.tar.bz2
rails-841bd8994b7c3f4f785391887b2f5cd65bbedcf7.zip
Merge pull request #26375 from kamipo/remove_blank_else_branch
Remove blank else branch
-rw-r--r--activesupport/test/xml_mini/jdom_engine_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/test/xml_mini/jdom_engine_test.rb b/activesupport/test/xml_mini/jdom_engine_test.rb
index a776ad25c4..816d57972c 100644
--- a/activesupport/test/xml_mini/jdom_engine_test.rb
+++ b/activesupport/test/xml_mini/jdom_engine_test.rb
@@ -180,7 +180,4 @@ if RUBY_PLATFORM.include?("java")
assert_equal(hash, parsed_xml)
end
end
-
-else
- # don't run these test because we aren't running in JRuby
end