From 401b64c4e840bc8887219e9e445a64b3d5943656 Mon Sep 17 00:00:00 2001 From: eregon Date: Sun, 4 Mar 2018 15:09:32 +0000 Subject: Update to ruby/spec@c1b568b git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/shared/rational/hash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby/shared/rational/hash.rb') diff --git a/spec/ruby/shared/rational/hash.rb b/spec/ruby/shared/rational/hash.rb index a83ce49afb..50f21cec20 100644 --- a/spec/ruby/shared/rational/hash.rb +++ b/spec/ruby/shared/rational/hash.rb @@ -1,4 +1,4 @@ -require File.expand_path('../../../spec_helper', __FILE__) +require_relative '../../spec_helper' describe :rational_hash, shared: true do # BUG: Rational(2, 3).hash == Rational(3, 2).hash -- cgit v1.2.3