aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/numeric/rectangular_spec.rb
blob: b34100ca74a85462833a33e169f049420f93e419 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/rect', __FILE__)

describe "Numeric#rectangular" do
  it_behaves_like(:numeric_rect, :rectangular)
end