aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini_test.rb
diff options
context:
space:
mode:
authorMike Gehard <mike.gehard@gmail.com>2011-05-07 17:02:42 -0600
committerMike Gehard <mike.gehard@gmail.com>2011-05-07 17:02:42 -0600
commit0bc91a4cf7e7fd1ab0786c292d1f1ca6265bfd3f (patch)
treee96fd4b537db67d8b7a33efeb6994cbdc4563665 /activesupport/test/xml_mini_test.rb
parent820b6f3da02da447dd113400edffa37927cb4579 (diff)
downloadrails-0bc91a4cf7e7fd1ab0786c292d1f1ca6265bfd3f.tar.gz
rails-0bc91a4cf7e7fd1ab0786c292d1f1ca6265bfd3f.tar.bz2
rails-0bc91a4cf7e7fd1ab0786c292d1f1ca6265bfd3f.zip
Rename duplicate tests. There is now one failing test that was failing before the rename but was never getting run.
Diffstat (limited to 'activesupport/test/xml_mini_test.rb')
-rw-r--r--activesupport/test/xml_mini_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/xml_mini_test.rb b/activesupport/test/xml_mini_test.rb
index bf6b0b283d..310d86a019 100644
--- a/activesupport/test/xml_mini_test.rb
+++ b/activesupport/test/xml_mini_test.rb
@@ -48,7 +48,7 @@ module XmlMiniTest
assert_equal "__id", ActiveSupport::XmlMini.rename_key("__id")
end
- def test_rename_key_does_not_dasherize_multiple_leading_underscores
+ def test_rename_key_does_not_dasherize_multiple_trailing_underscores
assert_equal "id__", ActiveSupport::XmlMini.rename_key("id__")
end
end