зеркало из https://github.com/github/ruby.git
Unneeded assertion
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
476a539ff6
Коммит
3baa1d23bc
|
@ -1019,7 +1019,6 @@ class TestMethod < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_eqq
|
||||
assert(Method.instance_methods(false).include? :===)
|
||||
assert_operator(0.method(:<), :===, 5)
|
||||
assert_not_operator(0.method(:<), :===, -5)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче