commit 689e2f2c4ee1fd7c3f22849bb7bf93dd21e94477 Author: ZhongShengping Date: Sat Oct 10 09:31:12 2020 +0800 Include deps class in unit test for postgresql Change-Id: Ic39fe9a010429e40bd86efbca412842870713fd3 diff --git a/spec/classes/mistral_db_postgresql_spec.rb b/spec/classes/mistral_db_postgresql_spec.rb index bd631ac..1770ead 100644 --- a/spec/classes/mistral_db_postgresql_spec.rb +++ b/spec/classes/mistral_db_postgresql_spec.rb @@ -16,6 +16,8 @@ describe 'mistral::db::postgresql' do req_params end + it { is_expected.to contain_class('mistral::deps') } + it { is_expected.to contain_openstacklib__db__postgresql('mistral').with( :user => 'mistral', :password => 'mistralpass',