summaryrefslogtreecommitdiff
path: root/spec/ruby/core/method/hash_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/method/hash_spec.rb')
-rw-r--r--spec/ruby/core/method/hash_spec.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/ruby/core/method/hash_spec.rb b/spec/ruby/core/method/hash_spec.rb
index 67bc4c16ac..d6c8440acc 100644
--- a/spec/ruby/core/method/hash_spec.rb
+++ b/spec/ruby/core/method/hash_spec.rb
@@ -1,9 +1,7 @@
-require File.expand_path('../../../spec_helper', __FILE__)
-require File.expand_path('../fixtures/classes', __FILE__)
+require_relative '../../spec_helper'
+require_relative 'fixtures/classes'
describe "Method#hash" do
- it "needs to be reviewed for spec completeness"
-
it "returns the same value for user methods that are eql?" do
obj = MethodSpecs::Methods.new
obj.method(:foo).hash.should == obj.method(:bar).hash