Fix openstackclient spec test

Dont check things inside openstacklib but
check that the openstacklib class is there.

Change-Id: Icfb25f685743770960140172a530f298526cabbf
This commit is contained in:
Tobias Urdin 2019-02-04 10:22:20 +01:00
parent d713ef5595
commit b9ba7bf362
1 changed files with 1 additions and 4 deletions

View File

@ -10,10 +10,7 @@ describe 'glance' do
describe "when using default class parameters" do
let(:params) { default_params }
it { is_expected.to contain_package('python-openstackclient').with(
:tag => 'openstack'
)}
it { should contain_class('openstacklib::openstackclient') }
end
end