X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/45c0862be818c87ac9825ed36a7a2e9d3a1aab7c..22bf736efc9c971696fbc42a910b84c9f3895260:/test/integration/munin/serverspec/munin_node_spec.rb diff --git a/test/integration/munin/serverspec/munin_node_spec.rb b/test/integration/munin/serverspec/munin_node_spec.rb deleted file mode 100644 index 9d3fdd355..000000000 --- a/test/integration/munin/serverspec/munin_node_spec.rb +++ /dev/null @@ -1,17 +0,0 @@ -require "serverspec" - -# Required by serverspec -set :backend, :exec - -describe package("munin-node") do - it { should be_installed } -end - -describe service("munin-node") do - it { should be_enabled } - it { should be_running } -end - -describe port(4949) do - it { should be_listening.with("tcp6") } -end