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

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.8 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 test/tc_locale.rb