Sha256: 063d818c357a56f02f7e5ec77cdf8eabf2c329cdd025ae52ddc6b95b7e1d6f4c

Contents?: true

Size: 163 Bytes

Versions: 14

Compression:

Stored size: 163 Bytes

Contents

require 'spec_helper'

RSpec.describe JSON::SchemaBuilder::Any, type: :unit do
  subject{ described_class }
  its(:registered_type){ is_expected.to eql :any }
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
json-schema_builder-0.8.2 spec/unit/any.rb
json-schema_builder-0.8.1 spec/unit/any.rb
json-schema_builder-0.8.0 spec/unit/any.rb
json-schema_builder-0.7.1 spec/unit/any.rb
json-schema_builder-0.7.0 spec/unit/any.rb
json-schema_builder-0.6.1 spec/unit/any.rb
json-schema_builder-0.6.0 spec/unit/any.rb
json-schema_builder-0.5.0 spec/unit/any.rb
json-schema_builder-0.4.0 spec/unit/any.rb
json-schema_builder-0.3.1 spec/unit/any.rb
json-schema_builder-0.3.0 spec/unit/any.rb
json-schema_builder-0.2.1 spec/unit/any.rb
json-schema_builder-0.2.0 spec/unit/any.rb
json-schema_builder-0.1.0 spec/unit/any.rb