commit bfec00363efa7cfc896d55cc9b8dc455461c7699 Author: ZhongShengping Date: Sat Oct 10 09:31:13 2020 +0800 Include deps class in unit test for postgresql Change-Id: I8d1269b4f4459c7e3d9514b420a3bc47df057d11 diff --git a/spec/classes/zaqar_db_postgresql_spec.rb b/spec/classes/zaqar_db_postgresql_spec.rb index a215064..b57d4ef 100644 --- a/spec/classes/zaqar_db_postgresql_spec.rb +++ b/spec/classes/zaqar_db_postgresql_spec.rb @@ -16,6 +16,8 @@ describe 'zaqar::db::postgresql' do req_params end + it { is_expected.to contain_class('zaqar::deps') } + it { is_expected.to contain_openstacklib__db__postgresql('zaqar').with( :user => 'zaqar', :password => 'zaqarpass',