Sha256: 1893da805f01d40382d4b3ae36ff15fb918b5c44049d2aa156faf4244bb20ed0
Contents?: true
Size: 828 Bytes
Versions: 5
Compression:
Stored size: 828 Bytes
Contents
# ----------------------------------------------------------------------------- # # Tests for the simple spherical polygon implementation # # ----------------------------------------------------------------------------- require "test/unit" require "rgeo" require ::File.expand_path("../common/polygon_tests.rb", ::File.dirname(__FILE__)) module RGeo module Tests # :nodoc: module SphericalGeographic # :nodoc: class TestPolygon < ::Test::Unit::TestCase # :nodoc: def setup @factory = ::RGeo::Geographic.spherical_factory end include ::RGeo::Tests::Common::PolygonTests undef_method :test_fully_equal undef_method :test_geometrically_equal_but_ordered_different undef_method :test_geometrically_equal_but_different_directions end end end end
Version data entries
5 entries across 5 versions & 2 rubygems