Fix openstackclient spec test

Add openstackclient spec for init.

Change-Id: I7969c6bc7292fc616c64bbb381c218fb0acd78b2
This commit is contained in:
Tobias Urdin 2019-02-04 10:30:12 +01:00
parent 02fe350d78
commit 1a8f58e306
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ describe 'watcher' do
{ :purge_config => false }
end
it { should contain_class('openstacklib::openstackclient') }
it 'contains the db class' do
is_expected.to contain_class('watcher::db')
end