summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/negative_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/complex/negative_spec.rb')
-rw-r--r--spec/ruby/core/complex/negative_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ruby/core/complex/negative_spec.rb b/spec/ruby/core/complex/negative_spec.rb
index 5b51933106..1ea5392f39 100644
--- a/spec/ruby/core/complex/negative_spec.rb
+++ b/spec/ruby/core/complex/negative_spec.rb
@@ -1,3 +1,5 @@
+require_relative '../../spec_helper'
+
describe "Complex#negative?" do
it "is undefined" do
c = Complex(1)