Fix client spec test

Change-Id: I66fb7aba97276da11443565207f42a3ac0755990
This commit is contained in:
ZhongShengping 2019-05-20 11:03:21 +08:00
parent 321a15b342
commit 742ce235d3
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ describe 'trove::client' do
shared_examples_for 'trove client' do
it { is_expected.to contain_class('trove::deps') }
context 'with default parameters' do
it { is_expected.to contain_package('python-troveclient').with(
'ensure' => 'present',