Include deps class in unit test for mysql

Change-Id: I53889b0a57ea79c70ba7cdf1a62c719af2b427d2
This commit is contained in:
ZhongShengping 2020-10-09 09:59:55 +08:00
parent d31526fb6e
commit c57da574d0
1 changed files with 1 additions and 0 deletions

View File

@ -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) }