Sha256: 9230a34d2dc21755d1c6f41a9c16dc7169ad3f522ed9e3517e2bfd05008be1e9
Contents?: true
Size: 300 Bytes
Versions: 69
Compression:
Stored size: 300 Bytes
Contents
require 'helper.rb' class TestGridRepresentation < TestHelper def test_gridRepresentation errors = JSON::Validator.fully_validate('gridRepresentation.json', @@example + 'gridRepresentation.json', strict: @@strict, list: true) assert(errors.empty?, errors.join("\n")) end end
Version data entries
69 entries across 69 versions & 1 rubygems