mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixes wording of test description
This commit is contained in:
parent
c9cc1f47ad
commit
ddc1b02f99
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