Sha256: b739d93ac2c5f1f86624845e2f8a4eda4a679543465180caea66448a47ce9916
Contents?: true
Size: 492 Bytes
Versions: 11
Compression:
Stored size: 492 Bytes
Contents
describe HybridPlatformsConductor::HpcPlugins::PlatformHandler::ServerlessChef do context 'checking config DSL' do it 'defines helpers that include recipes' do with_repository do |repository| 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
11 entries across 11 versions & 1 rubygems