summaryrefslogtreecommitdiff
path: root/spec/ruby/core/unboundmethod/hash_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/unboundmethod/hash_spec.rb')
-rw-r--r--spec/ruby/core/unboundmethod/hash_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ruby/core/unboundmethod/hash_spec.rb b/spec/ruby/core/unboundmethod/hash_spec.rb
index 2ea8c8d8a6..12dce0020f 100644
--- a/spec/ruby/core/unboundmethod/hash_spec.rb
+++ b/spec/ruby/core/unboundmethod/hash_spec.rb
@@ -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