Sha256: 874a8163f9d8fa77b521bab51c7d4f9ae1d82e7bf1a12f55731dd09e6da3615f

Contents?: true

Size: 508 Bytes

Versions: 60

Compression:

Stored size: 508 Bytes

Contents

require 'helper.rb'

class TestScope < TestHelper
    def test_scope
        errors = JSON::Validator.fully_validate('scope.json', @@example + 'scope.json', strict: @@strict, list: true)
        assert(errors.empty?, errors.join("\n"))
    end
    def test_scopeDescription
        errors = JSON::Validator.fully_validate('scope.json', @@example + 'scopeDescription.json', fragment: '#/definitions/scopeDescription', strict: @@strict, list: true)
        assert(errors.empty?, errors.join("\n"))
    end
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 test/tc_scope.rb
adiwg-mdjson_schemas-2.9.2.pre.beta.20 test/tc_scope.rb
adiwg-mdjson_schemas-2.9.2.pre.beta.19 test/tc_scope.rb
adiwg-mdjson_schemas-2.9.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.9.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.beta9 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.beta8 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.rc8 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.rc7 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.beta6 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.beta3 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.beta2 test/tc_scope.rb
adiwg-mdjson_schemas-2.8.0.pre.beta test/tc_scope.rb
adiwg-mdjson_schemas-2.7.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.6.3 test/tc_scope.rb
adiwg-mdjson_schemas-2.6.2 test/tc_scope.rb
adiwg-mdjson_schemas-2.6.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.6.0 test/tc_scope.rb