aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/matrix/trace_spec.rb
blob: 08adb256c0d7368321d620c9a4dba7dd9b6fe9de (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/trace', __FILE__)
require 'matrix'

describe "Matrix#trace" do
  it_behaves_like(:trace, :trace)
end