X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fkeystone%2Fspec%2Fclasses%2Fkeystone_client_spec.rb;h=2e58fad52ac2004d64673649eb27104d3ed6c52e;hb=71a236efd9f45828d875a0a5fd025108bb1dcada;hp=5ed6f6bb2d152fc9697625015bbcb5443ad1e991;hpb=b8fa2c1a5ec9dbcd1d2f9e9b41afdde4c603aa35;p=dsa-puppet.git diff --git a/3rdparty/modules/keystone/spec/classes/keystone_client_spec.rb b/3rdparty/modules/keystone/spec/classes/keystone_client_spec.rb index 5ed6f6bb..2e58fad5 100644 --- a/3rdparty/modules/keystone/spec/classes/keystone_client_spec.rb +++ b/3rdparty/modules/keystone/spec/classes/keystone_client_spec.rb @@ -3,7 +3,7 @@ require 'spec_helper' describe 'keystone::client' do describe "with default parameters" do - it { should contain_package('python-keystoneclient').with( + it { is_expected.to contain_package('python-keystoneclient').with( 'ensure' => 'present', 'tag' => 'openstack' ) } @@ -14,7 +14,7 @@ describe 'keystone::client' do {:ensure => '2013.1'} end - it { should contain_package('python-keystoneclient').with( + it { is_expected.to contain_package('python-keystoneclient').with( 'ensure' => '2013.1', 'tag' => 'openstack' ) }