Sha256: d325264e2299d5e5dc262a25b3d2af15fca5bf4d1fd61aa85e4c6a9011fa4512
Contents?: true
Size: 303 Bytes
Versions: 67
Compression:
Stored size: 303 Bytes
Contents
require 'helper.rb' class Testallocation < TestHelper def test_allocation errors = JSON::Validator.fully_validate('funding.json', @@example + 'allocation.json',fragment: '#/definitions/allocation' , strict: @@strict, list: true) assert(errors.empty?, errors.join("\n")) end end
Version data entries
67 entries across 67 versions & 1 rubygems