summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/determinant_spec.rb
blob: bfd91fcf684181cd5689c3dea5cbb64f054a3a8e (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../spec_helper'

ruby_version_is ""..."3.1" do
  require_relative 'shared/determinant'
  require 'matrix'

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