diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-09-03 11:18:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-03 11:18:10 -0500 |
commit | 841bd8994b7c3f4f785391887b2f5cd65bbedcf7 (patch) | |
tree | f39c1d848037ef4fe535831ae56cc180d9539aae /activesupport | |
parent | bd19d09b31f64cba364fa16962ad47879ef24f34 (diff) | |
parent | eceabc8355905ae7c92d2182921441fe0ff11773 (diff) | |
download | rails-841bd8994b7c3f4f785391887b2f5cd65bbedcf7.tar.gz rails-841bd8994b7c3f4f785391887b2f5cd65bbedcf7.tar.bz2 rails-841bd8994b7c3f4f785391887b2f5cd65bbedcf7.zip |
Merge pull request #26375 from kamipo/remove_blank_else_branch
Remove blank else branch
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/xml_mini/jdom_engine_test.rb | 3 |
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 |