Sha256: 19802041f7665b0424bbacf9f202fe1f8e7cee1c1fe27cb0a23646525bc3902a

Contents?: true

Size: 165 Bytes

Versions: 23

Compression:

Stored size: 165 Bytes

Contents

require 'spec_helper'

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
json-schema_builder-0.0.3 spec/unit/null_spec.rb
json-schema_builder-0.0.2 spec/unit/null_spec.rb
json-schema_builder-0.0.1 spec/unit/null_spec.rb