Include deps class in unit test for sync
Change-Id: If79b3fad8dbef1865a1c3963ee60fc8f87c607d0
This commit is contained in:
parent
8a70f5ee1c
commit
8a922c1a55
@ -4,6 +4,8 @@ describe 'manila::db::sync' do
|
||||
|
||||
shared_examples_for 'manila-dbsync' do
|
||||
|
||||
it { is_expected.to contain_class('manila::deps') }
|
||||
|
||||
it 'runs manila-db-sync' do
|
||||
is_expected.to contain_exec('manila-manage db_sync').with(
|
||||
:command => 'manila-manage db sync',
|
||||
|
Loading…
x
Reference in New Issue
Block a user