Include deps class in unit test for sync
Change-Id: Ied01c209217af2e3001e6ffabe0a1bf06031ca3e
This commit is contained in:
@@ -3,6 +3,9 @@ require 'spec_helper'
|
|||||||
describe 'keystone::db::sync' do
|
describe 'keystone::db::sync' do
|
||||||
shared_examples 'keystone::db::sync' do
|
shared_examples 'keystone::db::sync' do
|
||||||
describe 'with only required params' do
|
describe 'with only required params' do
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('keystone::deps') }
|
||||||
|
|
||||||
it {
|
it {
|
||||||
is_expected.to contain_exec('keystone-manage db_sync').with(
|
is_expected.to contain_exec('keystone-manage db_sync').with(
|
||||||
:command => 'keystone-manage db_sync',
|
:command => 'keystone-manage db_sync',
|
||||||
|
Reference in New Issue
Block a user