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

Version Path
nofxx-georuby-1.3.7 spec/geo_ruby/base/linear_ring_spec.rb
nofxx-georuby-1.3.9 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.6.0 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.6.1 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.6.2 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.9.2 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.9.1 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.9.0 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.7.3 spec/geo_ruby/simple_features/linear_ring_spec.rb
georuby_remake-1.0.0 spec/geo_ruby/simple_features/linear_ring_spec.rb
ppe-georuby-1.7.2 spec/geo_ruby/simple_features/linear_ring_spec.rb
nofxx-georuby-1.7.1 spec/geo_ruby/simple_features/linear_ring_spec.rb