From 0bc91a4cf7e7fd1ab0786c292d1f1ca6265bfd3f Mon Sep 17 00:00:00 2001 From: Mike Gehard Date: Sat, 7 May 2011 17:02:42 -0600 Subject: Rename duplicate tests. There is now one failing test that was failing before the rename but was never getting run. --- activesupport/test/xml_mini_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test/xml_mini_test.rb') 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 -- cgit v1.2.3