1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #18906 from awd/fix-test-description

Fixes incorrect wording of test description
This commit is contained in:
Rafael Mendonça França 2015-02-11 17:54:04 -02:00
commit 4ecc1202e8

View file

@ -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