Sha256: 91f2128c74335cf7b2100e877437b633d804807f8934b124c69b90e35b980579
Contents?: true
Size: 252 Bytes
Versions: 67
Compression:
Stored size: 252 Bytes
Contents
require 'helper.rb' class TestLocale < TestHelper def test_locale errors = JSON::Validator.fully_validate('locale.json', @@example + 'locale.json', strict: @@strict, list: true) assert(errors.empty?, errors.join("\n")) end end
Version data entries
67 entries across 67 versions & 1 rubygems