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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user