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:
commit
4ecc1202e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue