Missing deps for config.pp unit test
Change-Id: Ife681faf408020d112fd2bbf7b489bf32d9e1b0d
This commit is contained in:
parent
d84dfb108f
commit
e1f2dfc320
@ -11,10 +11,12 @@ describe 'mistral::config' do
|
||||
}
|
||||
end
|
||||
|
||||
it { is_expected.to contain_class('mistral::deps') }
|
||||
|
||||
it 'configures arbitrary mistral configurations' do
|
||||
is_expected.to contain_mistral_config('DEFAULT/foo').with_value('fooValue')
|
||||
is_expected.to contain_mistral_config('DEFAULT/bar').with_value('barValue')
|
||||
is_expected.to contain_mistral_config('DEFAULT/baz').with_ensure('absent')
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user