提交 a616e7a8 编写于 作者: S Sebastian Martinez 提交者: Santiago Pastorino

Update test name to the corresponding method name

Signed-off-by: NSantiago Pastorino <santiago@wyeworks.com>
上级 3366479a
......@@ -30,7 +30,7 @@ def test_in_set
assert !3.in?(s)
end
def test_either
def test_among
assert 1.among?(1,2,3)
assert !5.among?(1,2,3)
assert [1,2,3].among?([1,2,3], 2, [3,4,5])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册