summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/rectangular_spec.rb
blob: c1d9a74aa8d0ba1cfb10b21abc967af6e21a9f70 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../shared/complex/rect'

describe "Complex#rectangular" do
  it_behaves_like :complex_rect, :rectangular
end

describe "Complex.rectangular" do
  it_behaves_like :complex_rect_class, :rectangular
end