Missing deps for unit test of config.pp
Change-Id: I6cf9b274e8cd7694160a8150385727cb14e4117d
This commit is contained in:
parent
fb395a3fbb
commit
a121fa0bd3
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user