aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/complex/rect_spec.rb
blob: cf2ff9e83bc8c64c48ec630669b51b5199fdc03d (plain)
1
2
3
4
5
6
7
8
9
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