Include deps class in unit test for mysql
Change-Id: Iee0fe64c60495b5195008da28f7d4a1011f0296c
This commit is contained in:
parent
c08d21dc7d
commit
8b420132c0
@ -12,6 +12,8 @@ describe 'mistral::db::mysql' do
|
||||
end
|
||||
|
||||
shared_examples 'mistral::db::mysql' do
|
||||
it { is_expected.to contain_class('mistral::deps') }
|
||||
|
||||
context 'with only required params' do
|
||||
it { should contain_openstacklib__db__mysql('mistral').with(
|
||||
:user => 'mistral',
|
||||
|
Loading…
x
Reference in New Issue
Block a user