Sha256: afa0208ecdda56cf68fcffebc38b0c63c93941dedf2f1456efc9cbcfe76b6e81

Contents?: true

Size: 248 Bytes

Versions: 9

Compression:

Stored size: 248 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
end

Version data entries

9 entries across 9 versions & 1 rubygems

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