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.0.3 spec/unit/boolean_spec.rb
json-schema_builder-0.0.2 spec/unit/boolean_spec.rb
json-schema_builder-0.0.1 spec/unit/boolean_spec.rb