summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/imaginary_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/complex/imaginary_spec.rb')
-rw-r--r--spec/ruby/core/complex/imaginary_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/ruby/core/complex/imaginary_spec.rb b/spec/ruby/core/complex/imaginary_spec.rb
index 325cce961a..a8a1bfea90 100644
--- a/spec/ruby/core/complex/imaginary_spec.rb
+++ b/spec/ruby/core/complex/imaginary_spec.rb
@@ -1,4 +1,5 @@
-require_relative '../../shared/complex/image'
+require_relative '../../spec_helper'
+require_relative 'shared/image'
describe "Complex#imaginary" do
it_behaves_like :complex_image, :imaginary