]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/munin-server/inspec/rrdcached_spec.rb
Remove munin
[chef.git] / test / integration / munin-server / inspec / rrdcached_spec.rb
index 57025897051c0ada3396f36f48ca68351f851983..e097789de431ce3a307cbffe525d948251d201c0 100644 (file)
@@ -1,8 +1,8 @@
 describe package("rrdcached") do
-  it { should be_installed }
+  it { should_not be_installed }
 end
 
 describe service("rrdcached") do
-  it { should be_enabled }
-  it { should be_running }
+  it { should_not be_enabled }
+  it { should_not be_running }
 end