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

describe "Matrix#map" do
  it_behaves_like :collect, :map
end