aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/matrix/new_spec.rb
blob: 82d2bd88a799dc0ef1c0bdbd71b53f6eedf8ec93 (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../spec_helper', __FILE__)
require 'matrix'

describe "Matrix.new" do
  it "is private" do
    Matrix.should have_private_method(:new)
  end
end