summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/unit_spec.rb
blob: 058d7190438b0b4defd3e4366bb1d57d0eb980ed (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/identity', __FILE__)

describe "Matrix.unit" do
  it_behaves_like(:matrix_identity, :unit)
end