Sha256: 4118991e4d30114218169e15002e5feb214ad51f8d4ede9f21eed2f8e4bb1071
Contents?: true
Size: 348 Bytes
Versions: 64
Compression:
Stored size: 348 Bytes
Contents
require 'helper.rb' class TestGeoreferenceableRepresentation < TestHelper def test_georeferenceableRepresentation errors = JSON::Validator.fully_validate('georeferenceableRepresentation.json', @@example + 'georeferenceableRepresentation.json', strict: @@strict, list: true) assert(errors.empty?, errors.join("\n")) end end
Version data entries
64 entries across 64 versions & 1 rubygems