aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/matrix/det_spec.rb
blob: 698de34fd14db81ea6adfef55092ce728dd1af64 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/determinant', __FILE__)
require 'matrix'

describe "Matrix#det" do
  it_behaves_like(:determinant, :det)
end