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

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

View File

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