diff options
Diffstat (limited to 'spec/ruby/library/complex/numeric/im_spec.rb')
-rw-r--r-- | spec/ruby/library/complex/numeric/im_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/complex/numeric/im_spec.rb b/spec/ruby/library/complex/numeric/im_spec.rb index f76796a947..17f4a0476b 100644 --- a/spec/ruby/library/complex/numeric/im_spec.rb +++ b/spec/ruby/library/complex/numeric/im_spec.rb @@ -1,3 +1,3 @@ -require File.expand_path('../../../../spec_helper', __FILE__) +require_relative '../../../spec_helper' require 'complex' |