Sha256: 4ae69c4cca4177b2a89f0823139769434f5fed36c14e479d32111291d365cddc
Contents?: true
Size: 343 Bytes
Versions: 22
Compression:
Stored size: 343 Bytes
Contents
require 'spec_helper' RSpec.describe Examples::MixedObjects, type: :integration do it_behaves_like 'a builder' do let(:expected_json) do { type: :object, required: [:one], properties: { one: { type: :object, properties: { } } } } end end end
Version data entries
22 entries across 22 versions & 1 rubygems