summaryrefslogtreecommitdiff
path: root/spec/ruby/library/mathn/math/shared/sqrt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/mathn/math/shared/sqrt.rb')
-rw-r--r--spec/ruby/library/mathn/math/shared/sqrt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/mathn/math/shared/sqrt.rb b/spec/ruby/library/mathn/math/shared/sqrt.rb
index 6aab25fc5d..5e6dae1d4f 100644
--- a/spec/ruby/library/mathn/math/shared/sqrt.rb
+++ b/spec/ruby/library/mathn/math/shared/sqrt.rb
@@ -1,5 +1,5 @@
require 'mathn'
-require File.expand_path('../../fixtures/classes', __FILE__)
+require_relative '../fixtures/classes'
describe :mathn_math_sqrt, shared: true do
it "returns the square root for Rational numbers" do