Sha256: e9ee25caacefa70bcb98a3370b10a944580dce6a82ac3bdf2fc23774c06d9655
Contents?: true
Size: 256 Bytes
Versions: 69
Compression:
Stored size: 256 Bytes
Contents
require 'helper.rb' class TestFunding < TestHelper def test_funding errors = JSON::Validator.fully_validate('funding.json', @@example + 'funding.json', strict: @@strict, list: true) assert(errors.empty?, errors.join("\n")) end end
Version data entries
69 entries across 69 versions & 1 rubygems