Sha256: ab1c930dad45822eeabe38198eed6eaa723ddfc9f37714f7f8d34815585b35ac

Contents?: true

Size: 252 Bytes

Versions: 69

Compression:

Stored size: 252 Bytes

Contents

require 'helper.rb'

class TestDomain < TestHelper
    def test_domain
        errors = JSON::Validator.fully_validate('domain.json', @@example + 'domain.json', strict: @@strict, list: true)
        assert(errors.empty?, errors.join("\n"))
    end
end

Version data entries

69 entries across 69 versions & 1 rubygems

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