summaryrefslogtreecommitdiff
path: root/spec/ruby/shared/complex/denominator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/shared/complex/denominator.rb')
-rw-r--r--spec/ruby/shared/complex/denominator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/shared/complex/denominator.rb b/spec/ruby/shared/complex/denominator.rb
index 6084cbf672..aee309cb11 100644
--- a/spec/ruby/shared/complex/denominator.rb
+++ b/spec/ruby/shared/complex/denominator.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../spec_helper', __FILE__)
+require_relative '../../spec_helper'
describe :complex_denominator, shared: true do
it "returns the least common multiple denominator of the real and imaginary parts" do