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