Sha256: 731599fd24603e1051768e933787cd0a4e37196d7512abdaee2444bfcd3d5964
Contents?: true
Size: 353 Bytes
Versions: 23
Compression:
Stored size: 353 Bytes
Contents
require 'spec_helper' RSpec.describe Examples::TerseArrays, 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