summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/complex/rect_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/complex/rect_spec.rb')
-rw-r--r--spec/rubyspec/core/complex/rect_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/rubyspec/core/complex/rect_spec.rb b/spec/rubyspec/core/complex/rect_spec.rb
deleted file mode 100644
index cf2ff9e83b..0000000000
--- a/spec/rubyspec/core/complex/rect_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require File.expand_path('../../../shared/complex/rect', __FILE__)
-
-describe "Complex#rect" do
- it_behaves_like(:complex_rect, :rect)
-end
-
-describe "Complex.rect" do
- it_behaves_like(:complex_rect_class, :rect)
-end