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.0.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.7 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.6 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.5 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.4 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.3 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.2 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.beta test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.18 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.17 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.16 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.15 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.14 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.13 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.12 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.11 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.10 test/tc_scope.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.9 test/tc_scope.rb