summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/rect_spec.rb
blob: 88d5ee3881fc25545dd5a2f429a3ba59a05aa95d (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/rect', __FILE__)

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