X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7a825301e7bb64bac5fdd4534c3c1dfd47c4b0d5..b2c371a1d7ff8e6a9c3ab1b372ca40a82a92b64f:/test/integration/civicrm-staging/inspec/apache_spec.rb diff --git a/test/integration/civicrm-staging/inspec/apache_spec.rb b/test/integration/civicrm-staging/inspec/apache_spec.rb deleted file mode 100644 index 8006330b4..000000000 --- a/test/integration/civicrm-staging/inspec/apache_spec.rb +++ /dev/null @@ -1,18 +0,0 @@ -describe package("apache2") do - it { should be_installed } -end - -describe service("apache2") do - it { should be_enabled } - it { should be_running } -end - -describe port(80) do - it { should be_listening } - its("protocols") { should cmp "tcp" } -end - -describe port(443) do - it { should be_listening } - its("protocols") { should cmp "tcp" } -end