aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/complex/rect_spec.rb
blob: b2faa4ec70b87c2a5f2abec523209720a0e29975 (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