summaryrefslogtreecommitdiff
path: root/spec/ruby/shared/rational/modulo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/shared/rational/modulo.rb')
-rw-r--r--spec/ruby/shared/rational/modulo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/shared/rational/modulo.rb b/spec/ruby/shared/rational/modulo.rb
index ca69650f20..39abaed5fe 100644
--- a/spec/ruby/shared/rational/modulo.rb
+++ b/spec/ruby/shared/rational/modulo.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../spec_helper', __FILE__)
+require_relative '../../spec_helper'
describe :rational_modulo, shared: true do
it "returns the remainder when this value is divided by other" do