Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / nova / spec / hosts / test-001_spec.rb
diff --git a/3rdparty/modules/nova/spec/hosts/test-001_spec.rb b/3rdparty/modules/nova/spec/hosts/test-001_spec.rb
deleted file mode 100644 (file)
index 08c823f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-require 'spec_helper'
-
-describe 'test-001.example.org' do
-
-  context 'on RedHat platforms' do
-    let :facts do
-      { :osfamily => 'RedHat' }
-    end
-
-    # Bug #1278452
-    it 'nova::consoleauth and nova::spicehtml5proxy do not conflict' do
-      should contain_class('nova::consoleauth')
-      should contain_class('nova::spicehtml5proxy')
-
-      should contain_nova__generic_service('consoleauth')
-      should contain_nova__generic_service('spicehtml5proxy')
-    end
-  end
-end