Merge "Missing deps for config.pp unit test"

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

View File

@ -14,6 +14,8 @@ describe 'congress::config' do
{ :congress_config => config_hash }
end
it { is_expected.to contain_class('congress::deps') }
it 'configures arbitrary congress-config configurations' do
is_expected.to contain_congress_config('DEFAULT/foo').with_value('fooValue')
is_expected.to contain_congress_config('DEFAULT/bar').with_value('barValue')