Sha256: 874a8163f9d8fa77b521bab51c7d4f9ae1d82e7bf1a12f55731dd09e6da3615f

Contents?: true

Size: 508 Bytes

Versions: 62

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

62 entries across 62 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.6.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.6.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.5.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.5.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.9 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.8 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.7 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.5 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.4 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.3 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.2 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.4.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.3.2 test/tc_scope.rb
adiwg-mdjson_schemas-2.3.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.3.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.2.0 test/tc_scope.rb
adiwg-mdjson_schemas-2.1.2 test/tc_scope.rb
adiwg-mdjson_schemas-2.1.1 test/tc_scope.rb
adiwg-mdjson_schemas-2.1.0 test/tc_scope.rb