aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/matrix/scalar/minus_spec.rb
blob: 19a7b4f1a16015991399c9beb9e6d210eb5475dd (plain)
1
2
3
4
5
6
require File.expand_path('../../../../spec_helper', __FILE__)
require 'matrix'

describe "Matrix::Scalar#-" do
  it "needs to be reviewed for spec completeness"
end