Sha256: 111a7fe732103f540d38217f960c797086c0bf289b129754c2895891977713dd

Contents?: true

Size: 650 Bytes

Versions: 12

Compression:

Stored size: 650 Bytes

Contents

# coding: utf-8
$:.unshift "."
require 'spec_helper'

describe JSON::LD do
  describe "test suite" do
    require 'suite_helper'
    m = Fixtures::SuiteTest::Manifest.open("#{Fixtures::SuiteTest::SUITE}tests/toRdf-manifest.jsonld")
    describe m.name do
      m.entries.each do |t|
        specify "#{t.property('input')}: #{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

12 entries across 12 versions & 1 rubygems

Version Path
json-ld-2.1.7 spec/suite_to_rdf_spec.rb
json-ld-2.1.6 spec/suite_to_rdf_spec.rb
json-ld-2.1.5 spec/suite_to_rdf_spec.rb
json-ld-2.1.4 spec/suite_to_rdf_spec.rb
json-ld-2.1.3 spec/suite_to_rdf_spec.rb
json-ld-2.1.2 spec/suite_to_rdf_spec.rb
json-ld-2.1.1 spec/suite_to_rdf_spec.rb
json-ld-2.1.0 spec/suite_to_rdf_spec.rb
json-ld-2.0.0.1 spec/suite_to_rdf_spec.rb
json-ld-2.0.0 spec/suite_to_rdf_spec.rb
json-ld-1.99.2 spec/suite_to_rdf_spec.rb
json-ld-2.0.0.beta3 spec/suite_to_rdf_spec.rb