Merge "Include deps class in unit test for sync"

This commit is contained in:
Zuul 2020-10-12 05:26:59 +00:00 committed by Gerrit Code Review
commit 067d46977a
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ describe 'barbican::db::sync' do
shared_examples_for 'barbican-dbsync' do
it { is_expected.to contain_class('barbican::deps') }
it 'runs barbican-manage db upgrade' do
is_expected.to contain_exec('barbican-db-manage').with(
:command => 'barbican-manage db upgrade ',