summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/determinant_spec.rb
blob: 825c9907b11b5a6b151995a3d70b16473510e809 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'shared/determinant'
require 'matrix'

describe "Matrix#determinant" do
  it_behaves_like :determinant, :determinant
end