Sha256: 3fcd330ddd9984bca4c4b2e228731518d5f8e0518633c3061aa7e1e686de6ad0
Contents?: true
Size: 337 Bytes
Versions: 33
Compression:
Stored size: 337 Bytes
Contents
describe HybridPlatformsConductor::Deployer do context 'checking deployer specific config DSL' do it 'declares a packaging timeout' do with_repository do |repository| with_platforms('packaging_timeout 666') do expect(test_config.packaging_timeout_secs).to eq 666 end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems