]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/keystone/spec/classes/keystone_python_spec.rb
Revert "add stackforge/keystone to 3rdparty"
[dsa-puppet.git] / 3rdparty / modules / keystone / spec / classes / keystone_python_spec.rb
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 (file)
index 1324fb2..0000000
+++ /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