Merge "Missing deps for config.pp unit test"
This commit is contained in:
commit
2ad52efaaf
@ -32,6 +32,8 @@ describe 'trove::config' do
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('trove::deps') }
|
||||||
|
|
||||||
it 'configures arbitrary trove configurations' do
|
it 'configures arbitrary trove configurations' do
|
||||||
is_expected.to contain_trove_config('DEFAULT/foo').with_value('fooValue')
|
is_expected.to contain_trove_config('DEFAULT/foo').with_value('fooValue')
|
||||||
is_expected.to contain_trove_config('DEFAULT/bar').with_value('barValue')
|
is_expected.to contain_trove_config('DEFAULT/bar').with_value('barValue')
|
||||||
|
Loading…
Reference in New Issue
Block a user