Sha256: 2b870496f4a03ac62b6bd4ee59afb78fa54b150e920f050a5302a9b8b368155c

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 Bytes

Contents

# -*- coding: utf-8 -*-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')

describe GeoRuby::SimpleFeatures::Circle do

  it "should instantiate" do
    subject.should be_kind_of GeoRuby::SimpleFeatures::Geometry
  end

  describe "Instance" do
    let(:circle) { GeoRuby::SimpleFeatures::Circle.new(4326) }
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
georuby-2.2.1 spec/geo_ruby/simple_features/circle_spec.rb
georuby-2.2.0 spec/geo_ruby/simple_features/circle_spec.rb
georuby-2.0.0 spec/geo_ruby/simple_features/circle_spec.rb