Sha256: 2fd7cfb82c62447525211425ce6902a8bd241d5de6a487728cba16e739ad41b3

Contents?: true

Size: 289 Bytes

Versions: 69

Compression:

Stored size: 289 Bytes

Contents

require 'helper.rb'

class TestGeometryCollection < TestHelper
    def test_geometryCollection
        errors = JSON::Validator.fully_validate('geojson.json', @@example + 'geometryCollection.json', strict: @@strict, list: true)
        assert(errors.empty?, errors.join("\n"))
    end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.8 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 test/tc_geometryCollection.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha test/tc_geometryCollection.rb