Sha256: 03c04fedd517818699509a809c7fc0adb38f68dcb9246500c26dcf3d83d27035

Contents?: true

Size: 310 Bytes

Versions: 69

Compression:

Stored size: 310 Bytes

Contents

require 'helper.rb'

class TestProcessStep < TestHelper
    def test_processStep
        errors = JSON::Validator.fully_validate('lineage.json', @@example + 'processStep.json', :fragment => "#/definitions/processStep", 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_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 test/tc_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 test/tc_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 test/tc_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 test/tc_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 test/tc_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 test/tc_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 test/tc_processStep.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha test/tc_processStep.rb