summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/unit_spec.rb
blob: 005a718d8e2b3c647b36cc35f0cc31a08fdc5f7c (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