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