From a121fa0bd3efe1264172a505d47b192b95111435 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Thu, 19 Apr 2018 13:45:55 +0800 Subject: [PATCH] Missing deps for unit test of config.pp Change-Id: I6cf9b274e8cd7694160a8150385727cb14e4117d --- spec/classes/heat_config_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/classes/heat_config_spec.rb b/spec/classes/heat_config_spec.rb index aff161d1..c2091eef 100644 --- a/spec/classes/heat_config_spec.rb +++ b/spec/classes/heat_config_spec.rb @@ -16,6 +16,8 @@ describe 'heat::config' do } end + it { is_expected.to contain_class('heat::deps') } + it 'configures arbitrary heat configurations' do is_expected.to contain_heat_config('DEFAULT/foo').with_value('fooValue') is_expected.to contain_heat_config('DEFAULT/bar').with_value('barValue')