Sha256: 163969da8d35d99d1cbe93af54cd1a3b6671f01a94ebeb0296c5b3821d116590
Contents?: true
Size: 368 Bytes
Versions: 19
Compression:
Stored size: 368 Bytes
Contents
require 'spec_helper' RSpec.describe Examples::ScopeBreaking, type: :integration do it_behaves_like 'a builder' do let(:expected_json) do { type: :object, properties: { one: { type: :object, properties: { two: { type: :integer } } } } } end end end
Version data entries
19 entries across 19 versions & 1 rubygems