Sha256: fe9c092fbae389d10a22a07be1b2fac8afaa207c0cad9921bff6ab6da59394eb
Contents?: true
Size: 459 Bytes
Versions: 21
Compression:
Stored size: 459 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 t.run self end end end end end unless ENV['CI']
Version data entries
21 entries across 21 versions & 1 rubygems