aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-02-11 17:54:04 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-02-11 17:54:04 -0200
commit4ecc1202e89ae51051eb3796c4cc909dfa6455bb (patch)
treed9c6a92fe7c4258834c81fc54fa5f79d42539701 /activesupport
parente4b624a0820e0571a2206e30284911a6f6642283 (diff)
parentddc1b02f99dc2f9779db731eec2e2f53a17ae253 (diff)
downloadrails-4ecc1202e89ae51051eb3796c4cc909dfa6455bb.tar.gz
rails-4ecc1202e89ae51051eb3796c4cc909dfa6455bb.tar.bz2
rails-4ecc1202e89ae51051eb3796c4cc909dfa6455bb.zip
Merge pull request #18906 from awd/fix-test-description
Fixes incorrect 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