Sha256: 6e59ef4c85876dd1a33a3e1035050f51f7efdb28054c03497a6494a5d76cdb2b

Contents?: true

Size: 171 Bytes

Versions: 23

Compression:

Stored size: 171 Bytes

Contents

require 'spec_helper'

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
json-schema_builder-0.8.2 spec/unit/boolean_spec.rb
json-schema_builder-0.8.1 spec/unit/boolean_spec.rb
json-schema_builder-0.8.0 spec/unit/boolean_spec.rb
json-schema_builder-0.7.1 spec/unit/boolean_spec.rb
json-schema_builder-0.7.0 spec/unit/boolean_spec.rb
json-schema_builder-0.6.1 spec/unit/boolean_spec.rb
json-schema_builder-0.6.0 spec/unit/boolean_spec.rb
json-schema_builder-0.5.0 spec/unit/boolean_spec.rb
json-schema_builder-0.4.0 spec/unit/boolean_spec.rb
json-schema_builder-0.3.1 spec/unit/boolean_spec.rb
json-schema_builder-0.3.0 spec/unit/boolean_spec.rb
json-schema_builder-0.2.1 spec/unit/boolean_spec.rb
json-schema_builder-0.2.0 spec/unit/boolean_spec.rb
json-schema_builder-0.1.0 spec/unit/boolean_spec.rb
json-schema_builder-0.0.9 spec/unit/boolean_spec.rb
json-schema_builder-0.0.8 spec/unit/boolean_spec.rb
json-schema_builder-0.0.7 spec/unit/boolean_spec.rb
json-schema_builder-0.0.6 spec/unit/boolean_spec.rb
json-schema_builder-0.0.5 spec/unit/boolean_spec.rb
json-schema_builder-0.0.4 spec/unit/boolean_spec.rb