Merge "Missing deps for unit test of config.pp"

This commit is contained in:
Zuul 2018-04-23 16:42:56 +00:00 committed by Gerrit Code Review
commit c17b5fd4eb
1 changed files with 2 additions and 0 deletions

View File

@ -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')