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