X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=3rdparty%2Fmodules%2Fkeystone%2Fspec%2Fclasses%2Fkeystone_python_spec.rb;fp=3rdparty%2Fmodules%2Fkeystone%2Fspec%2Fclasses%2Fkeystone_python_spec.rb;h=0000000000000000000000000000000000000000;hb=6eb028a997c0756fdd3d27a16297180db269631b;hp=1324fb2f673a6875a5cb0ec9ffe0d7ae30e312e1;hpb=31a3a9671cd1bc17dba562dea642c62aff3bc7ef;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 deleted file mode 100644 index 1324fb2f..00000000 --- a/3rdparty/modules/keystone/spec/classes/keystone_python_spec.rb +++ /dev/null @@ -1,17 +0,0 @@ -require 'spec_helper' - -describe 'keystone::python' do - - let :facts do - { :osfamily => 'Debian' } - end - - it { should contain_package('python-keystone').with_ensure("present") } - - describe 'override ensure' do - let(:params) { { :ensure => "latest" } } - - it { should contain_package('python-keystone').with_ensure("latest") } - end - -end