aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/matrix/rect_spec.rb
blob: d0a3b2705b6858b471bf152b22f2c6ef0e7eec57 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/rectangular', __FILE__)

describe "Matrix#rect" do
  it_behaves_like(:matrix_rectangular, :rect)
end