Unneeded assertion
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
476a539ff6
commit
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user