X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fkeystone%2Fspec%2Fclasses%2Fkeystone_python_spec.rb;h=500413e961ba09b58cae04e30dbcd5e49ce41645;hb=71a236efd9f45828d875a0a5fd025108bb1dcada;hp=1324fb2f673a6875a5cb0ec9ffe0d7ae30e312e1;hpb=4631045ebb77ee8622f6fa09277a50c372bcc02e;p=dsa-puppet.git diff --git a/3rdparty/modules/keystone/spec/classes/keystone_python_spec.rb b/3rdparty/modules/keystone/spec/classes/keystone_python_spec.rb index 1324fb2f..500413e9 100644 --- a/3rdparty/modules/keystone/spec/classes/keystone_python_spec.rb +++ b/3rdparty/modules/keystone/spec/classes/keystone_python_spec.rb @@ -6,12 +6,12 @@ describe 'keystone::python' do { :osfamily => 'Debian' } end - it { should contain_package('python-keystone').with_ensure("present") } + it { is_expected.to contain_package('python-keystone').with_ensure("present") } describe 'override ensure' do let(:params) { { :ensure => "latest" } } - it { should contain_package('python-keystone').with_ensure("latest") } + it { is_expected.to contain_package('python-keystone').with_ensure("latest") } end end