aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/matrix/scalar/exponent_spec.rb
blob: 55997793eb4c120c8571bff64c99b4a9e47f98b4 (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