Merge "Missing deps for unit test of config.pp"
This commit is contained in:
@@ -14,6 +14,8 @@ describe 'keystone::config' do
|
|||||||
{ :keystone_config => config_hash }
|
{ :keystone_config => config_hash }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('keystone::deps') }
|
||||||
|
|
||||||
it 'configures arbitrary keystone-config configurations' do
|
it 'configures arbitrary keystone-config configurations' do
|
||||||
is_expected.to contain_keystone_config('DEFAULT/foo').with_value('fooValue')
|
is_expected.to contain_keystone_config('DEFAULT/foo').with_value('fooValue')
|
||||||
is_expected.to contain_keystone_config('DEFAULT/bar').with_value('barValue')
|
is_expected.to contain_keystone_config('DEFAULT/bar').with_value('barValue')
|
||||||
|
Reference in New Issue
Block a user