]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/munin/inspec/munin_node_spec.rb
Remove munin
[chef.git] / test / integration / munin / inspec / munin_node_spec.rb
index e07e3b27988ab5fd9a405bd55258858a2e85d166..023bd961242c347d126648ed147ca1fd4de01fc2 100644 (file)
@@ -1,13 +1,12 @@
 describe package("munin-node") do
-  it { should be_installed }
+  it { should_not be_installed }
 end
 
 describe service("munin-node") do
-  it { should be_enabled }
-  it { should be_running }
+  it { should_not be_enabled }
+  it { should_not be_running }
 end
 
 describe port(4949) do
-  it { should be_listening }
-  its("protocols") { should cmp "tcp" }
+  it { should_not be_listening }
 end