aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/matrix/collect_spec.rb
blob: 1830aed1032afb9f1f30702b1ee91de973b66105 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/collect', __FILE__)

describe "Matrix#collect" do
  it_behaves_like(:collect, :collect)
end