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