Sha256: 4e91b6e60e2dbff3872dffdce543d4b558795d62a6e1eb0c6ecc0ac03075d958
Contents?: true
Size: 272 Bytes
Versions: 12
Compression:
Stored size: 272 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe LinearRing do # before(:each) do # @po = Polygon.new # end it "should instantiate" do lr = LinearRing.new([1.2,2.5,2.2,4.5]) lr.should be_instance_of(LinearRing) end end
Version data entries
12 entries across 12 versions & 3 rubygems