Sha256: f89a1f820135f5c9eea8f162c7cd1f9ba3d28b37c661dbfed78425f6f33a3494

Contents?: true

Size: 488 Bytes

Versions: 13

Compression:

Stored size: 488 Bytes

Contents

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

describe JSON::LD do
  describe "test suite" do
    require 'suite_helper'
    require 'suite_helper'
    m = Fixtures::SuiteTest::Manifest.open("#{Fixtures::SuiteTest::SUITE}tests/flatten-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

13 entries across 13 versions & 1 rubygems

Version Path
json-ld-1.1.6.1 spec/suite_flatten_spec.rb
json-ld-1.1.6 spec/suite_flatten_spec.rb
json-ld-1.1.5 spec/suite_flatten_spec.rb
json-ld-1.1.4 spec/suite_flatten_spec.rb
json-ld-1.1.3.1 spec/suite_flatten_spec.rb
json-ld-1.1.3 spec/suite_flatten_spec.rb
json-ld-1.1.2 spec/suite_flatten_spec.rb
json-ld-1.1.1 spec/suite_flatten_spec.rb
json-ld-1.1.0 spec/suite_flatten_spec.rb
json-ld-1.0.8.1 spec/suite_flatten_spec.rb
json-ld-1.0.8 spec/suite_flatten_spec.rb
json-ld-1.0.7 spec/suite_flatten_spec.rb
json-ld-1.0.6 spec/suite_flatten_spec.rb