commit 6a9e7c8e4511039442e874027da7bcafdc7a3b75 Author: ZhongShengping Date: Fri Oct 9 09:59:55 2020 +0800 Include deps class in unit test for mysql Change-Id: I3b58fc0c3bcc28e32467307a87800f1e2e16d67a diff --git a/spec/classes/rally_db_mysql_spec.rb b/spec/classes/rally_db_mysql_spec.rb index 45b8cb4..86a7835 100644 --- a/spec/classes/rally_db_mysql_spec.rb +++ b/spec/classes/rally_db_mysql_spec.rb @@ -12,6 +12,8 @@ describe 'rally::db::mysql' do end shared_examples 'rally::db::mysql' do + it { should contain_class('rally::deps') } + context 'with only required params' do it { should contain_openstacklib__db__mysql('rally').with( :user => 'rally',