aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/complex/numeric/im_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/complex/numeric/im_spec.rb')
-rw-r--r--spec/ruby/library/complex/numeric/im_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ruby/library/complex/numeric/im_spec.rb b/spec/ruby/library/complex/numeric/im_spec.rb
new file mode 100644
index 0000000000..f76796a947
--- /dev/null
+++ b/spec/ruby/library/complex/numeric/im_spec.rb
@@ -0,0 +1,3 @@
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+require 'complex'