Missing deps for unit test of config.pp

Change-Id: I3156cbb1d7e06117ea5ccea5774558a7c595e170
This commit is contained in:
zhubingbing 2018-04-19 13:43:10 +08:00
parent b11002d71d
commit 807c1f1bcd

View File

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