Include deps class in unit test for mysql
Change-Id: I53889b0a57ea79c70ba7cdf1a62c719af2b427d2
This commit is contained in:
parent
d31526fb6e
commit
c57da574d0
@ -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) }
|
||||
|
Loading…
Reference in New Issue
Block a user