Sha256: 99f6ca4aee715f44a5aec1843201225d7721249e3714ea70586c0d457109a388
Contents?: true
Size: 645 Bytes
Versions: 3
Compression:
Stored size: 645 Bytes
Contents
# coding: utf-8 require_relative 'spec_helper' describe JSON::LD do describe "test suite" do require_relative 'suite_helper' m = Fixtures::SuiteTest::Manifest.open("#{Fixtures::SuiteTest::SUITE}toRdf-manifest.jsonld") describe m.name do m.entries.each do |t| specify "#{t.property('@id')}: #{t.name}#{' (negative test)' unless t.positiveTest?}" do skip "Native value fidelity" if %w(toRdf/0035-in.jsonld).include?(t.property('input')) pending "Generalized RDF" if %w(toRdf/0118-in.jsonld).include?(t.property('input')) t.run self end end end end end unless ENV['CI']
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
json-ld-3.0.2 | spec/suite_to_rdf_spec.rb |
json-ld-3.0.1 | spec/suite_to_rdf_spec.rb |
json-ld-3.0.0 | spec/suite_to_rdf_spec.rb |