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

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.8 test/tc_allocation.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 test/tc_allocation.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 test/tc_allocation.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 test/tc_allocation.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 test/tc_allocation.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 test/tc_allocation.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 test/tc_allocation.rb