Sha256: 74a59382f0be458d9097d19b6516183ed356990fcb71a7c36f5ebe9c25a87bf2
Contents?: true
Size: 498 Bytes
Versions: 31
Compression:
Stored size: 498 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe CfnDsl::JSONable do context '.external_parameters' do it 'allows access to the current parameters instance' do expect(subject.class.external_parameters).to be_an_instance_of(CfnDsl::ExternalParameters) end end context '#external_parameters' do it 'allows access to the current parameters instance' do expect(subject.external_parameters).to be_an_instance_of(CfnDsl::ExternalParameters) end end end
Version data entries
31 entries across 31 versions & 1 rubygems