aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAdam Doeler <adam@adamdoeler.com>2015-02-11 14:07:56 -0500
committerAdam Doeler <adam@adamdoeler.com>2015-02-11 14:07:56 -0500
commitddc1b02f99dc2f9779db731eec2e2f53a17ae253 (patch)
tree9d7ff84a250cd5dfeb8d7e44871cb16841f2b31e /activesupport
parentc9cc1f47adbfe6bcdca37fb1d1338999219c7b74 (diff)
downloadrails-ddc1b02f99dc2f9779db731eec2e2f53a17ae253.tar.gz
rails-ddc1b02f99dc2f9779db731eec2e2f53a17ae253.tar.bz2
rails-ddc1b02f99dc2f9779db731eec2e2f53a17ae253.zip
Fixes wording of test description
Diffstat (limited to 'activesupport')
-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 f49431cbbf..bcd6997b06 100644
--- a/activesupport/test/xml_mini_test.rb
+++ b/activesupport/test/xml_mini_test.rb
@@ -11,7 +11,7 @@ module XmlMiniTest
assert_equal "my-key", ActiveSupport::XmlMini.rename_key("my_key")
end
- def test_rename_key_does_nothing_with_dasherize_true
+ def test_rename_key_dasherizes_with_dasherize_true
assert_equal "my-key", ActiveSupport::XmlMini.rename_key("my_key", :dasherize => true)
end