mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@8d74d49
This commit is contained in:
parent
c940397116
commit
d80e44deec
157 changed files with 581 additions and 543 deletions
|
@ -2,8 +2,6 @@ require_relative '../../spec_helper'
|
|||
require_relative 'fixtures/classes'
|
||||
|
||||
describe "UnboundMethod#hash" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
|
||||
it "returns the same value for user methods that are eql?" do
|
||||
foo, bar = UnboundMethodSpecs::Methods.instance_method(:foo), UnboundMethodSpecs::Methods.instance_method(:bar)
|
||||
foo.hash.should == bar.hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue