commit 135c5c3225b9b9164846faa67d0ee00a400b913d Author: ZhongShengping Date: Sat Oct 10 09:31:12 2020 +0800 Include deps class in unit test for postgresql Change-Id: I3a04977f2d442a2305764f2fa2d5d13546f61725 diff --git a/spec/classes/rally_db_postgresql_spec.rb b/spec/classes/rally_db_postgresql_spec.rb index 4b8848c..f95d598 100644 --- a/spec/classes/rally_db_postgresql_spec.rb +++ b/spec/classes/rally_db_postgresql_spec.rb @@ -16,6 +16,8 @@ describe 'rally::db::postgresql' do req_params end + it { is_expected.to contain_class('rally::deps') } + it { is_expected.to contain_openstacklib__db__postgresql('rally').with( :user => 'rally', :password => 'rallypass',