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