diff --git a/spec/classes/keystone_db_sync_spec.rb b/spec/classes/keystone_db_sync_spec.rb index dd362d81e..5286283e5 100644 --- a/spec/classes/keystone_db_sync_spec.rb +++ b/spec/classes/keystone_db_sync_spec.rb @@ -3,6 +3,9 @@ require 'spec_helper' describe 'keystone::db::sync' do shared_examples 'keystone::db::sync' do describe 'with only required params' do + + it { is_expected.to contain_class('keystone::deps') } + it { is_expected.to contain_exec('keystone-manage db_sync').with( :command => 'keystone-manage db_sync',