aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/matrix/I_spec.rb
blob: 0253c6c11c6637704e08db8a632e22218f4ca1bb (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/identity', __FILE__)

describe "Matrix.I" do
  it_behaves_like :matrix_identity, :I
end