Sha256: d8c530ca7c8cf5d3521caecde13e4f66649b39ae142fb1770f4df49a7f53a0a5
Contents?: true
Size: 355 Bytes
Versions: 23
Compression:
Stored size: 355 Bytes
Contents
require 'spec_helper' RSpec.describe Examples::VerboseArrays, type: :integration do it_behaves_like 'a builder' do let(:expected_json) do { type: :array, uniqueItems: true, items: { type: :string, minLength: 1, maxLength: 5, pattern: '^test' } } end end end
Version data entries
23 entries across 23 versions & 1 rubygems