]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/munin-server/inspec/rrdcached_spec.rb
Switch to using inspec for testing
[chef.git] / test / integration / munin-server / inspec / rrdcached_spec.rb
diff --git a/test/integration/munin-server/inspec/rrdcached_spec.rb b/test/integration/munin-server/inspec/rrdcached_spec.rb
new file mode 100644 (file)
index 0000000..5702589
--- /dev/null
@@ -0,0 +1,8 @@
+describe package("rrdcached") do
+  it { should be_installed }
+end
+
+describe service("rrdcached") do
+  it { should be_enabled }
+  it { should be_running }
+end