summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/determinant_spec.rb
blob: 6d1ec53ce3cdac2388774cfe7bb9f45ea0b067f8 (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#determinant" do
  it_behaves_like :determinant, :determinant
end