X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fkeystone%2Fspec%2Fclasses%2Fkeystone_python_spec.rb;h=500413e961ba09b58cae04e30dbcd5e49ce41645;hb=87423ba664cd5f2bb462ebadd08b1a90d0fe1c8d;hp=1324fb2f673a6875a5cb0ec9ffe0d7ae30e312e1;hpb=b8fa2c1a5ec9dbcd1d2f9e9b41afdde4c603aa35;p=mirror%2Fdsa-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 1324fb2f6..500413e96 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