Sha256: c39fb5e1c0cdca42976857317e867b2b5fe27b738246e7ed4e92890ed8a1ecc8
Contents?: true
Size: 474 Bytes
Versions: 22
Compression:
Stored size: 474 Bytes
Contents
require 'spec_helper' RSpec.describe Examples::ObjectDefinitions, type: :integration do it_behaves_like 'a builder' do let(:expected_json) do { type: :object, definitions: { positiveInt: { type: :integer, minimum: 0, exclusiveMinimum: true } }, properties: { one: { :$ref => '#/definitions/positiveInt' } } } end end end
Version data entries
22 entries across 22 versions & 1 rubygems