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