Sha256: 613eeef02d2e9523863152ef287847a4435fd53d64f44b689490705ac34f00f4
Contents?: true
Size: 484 Bytes
Versions: 31
Compression:
Stored size: 484 Bytes
Contents
describe HybridPlatformsConductor::HpcPlugins::PlatformHandler::ServerlessChef do context 'when checking config DSL' do it 'defines helpers that include recipes' do with_repository do with_platforms('helpers_including_recipes(my_helper: [\'cookbook1::recipe1\', \'cookbook2\'])') do expect(test_config.known_helpers_including_recipes).to eq( my_helper: %w[cookbook1::recipe1 cookbook2] ) end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems