mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue