Fix method name in test to not override existing method name
This commit is contained in:
parent
3fde9ef937
commit
ca11a7d74e
@ -443,7 +443,7 @@ class TestKeywordArguments < Test::Unit::TestCase
|
|||||||
assert_equal([1, h3], c.send(:m, **h3))
|
assert_equal([1, h3], c.send(:m, **h3))
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_send_kwsplat
|
def test_method_missing_kwsplat
|
||||||
kw = {}
|
kw = {}
|
||||||
h = {'a'=>1}
|
h = {'a'=>1}
|
||||||
h2 = {'a'=>1}
|
h2 = {'a'=>1}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user