Sha256: 2872d49f5b31126969adae25afff509e9bb5632f79d2a95023287b3adedd871f

Contents?: true

Size: 260 Bytes

Versions: 22

Compression:

Stored size: 260 Bytes

Contents

require 'helper.rb'

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.5.1 test/tc_geodetic.rb
adiwg-mdjson_schemas-2.5.0 test/tc_geodetic.rb