Sha256: 22940b14b4d221f3745fa2d200b1e4bb225fb44d765036730cb58b2f60741d98
Contents?: true
Size: 293 Bytes
Versions: 69
Compression:
Stored size: 293 Bytes
Contents
require 'helper.rb' class TestParty < TestHelper def test_party errors = JSON::Validator.fully_validate('responsibility.json', @@example + 'party.json', strict: @@strict, list: false, :fragment => "#/properties/party") assert(errors.empty?, errors.join("\n")) end end
Version data entries
69 entries across 69 versions & 1 rubygems