]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/spec/acceptance/unsupported_spec.rb
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / spec / acceptance / unsupported_spec.rb
diff --git a/3rdparty/modules/apache/spec/acceptance/unsupported_spec.rb b/3rdparty/modules/apache/spec/acceptance/unsupported_spec.rb
deleted file mode 100644 (file)
index 085845d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'spec_helper_acceptance'
-
-describe 'unsupported distributions and OSes', :if => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
-  it 'should fail' do
-    pp = <<-EOS
-      class { 'apache': }
-      apache::vhost { 'test.lan':
-        docroot => '/var/www',
-      }
-    EOS
-    expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/unsupported/i)
-  end
-end