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