summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/rect_spec.rb
blob: 0015445a4c8c8cc911464ec1e27026e04a1924a6 (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