diff --git a/spec/classes/trove_db_mysql_spec.rb b/spec/classes/trove_db_mysql_spec.rb index 42f01fd1..56cc3d89 100644 --- a/spec/classes/trove_db_mysql_spec.rb +++ b/spec/classes/trove_db_mysql_spec.rb @@ -37,6 +37,7 @@ describe 'trove::db::mysql' do end shared_examples_for 'trove mysql database' do + it { should contain_class('trove::deps') } context 'when omiting the required parameter password' do before { params.delete(:password) }