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