Sha256: 800fe1f211f2c2d84ded27a871b11ae77dfce1bf2e10caca2ca1d22b951bc21d
Contents?: true
Size: 979 Bytes
Versions: 5
Compression:
Stored size: 979 Bytes
Contents
# ----------------------------------------------------------------------------- # # Tests for the simple spherical line string implementation # # ----------------------------------------------------------------------------- require "test/unit" require "rgeo" require ::File.expand_path("../common/line_string_tests.rb", ::File.dirname(__FILE__)) module RGeo module Tests # :nodoc: module SphericalGeographic # :nodoc: class TestLineString < ::Test::Unit::TestCase # :nodoc: def setup @factory = ::RGeo::Geographic.spherical_factory end include ::RGeo::Tests::Common::LineStringTests undef_method :test_fully_equal undef_method :test_geometrically_equal_but_different_type undef_method :test_geometrically_equal_but_different_type2 undef_method :test_geometrically_equal_but_different_overlap undef_method :test_empty_equal undef_method :test_not_equal end end end end
Version data entries
5 entries across 5 versions & 2 rubygems