]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/munin/serverspec/munin_node_spec.rb
Switch to using inspec for testing
[chef.git] / 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 (file)
index d949d5c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require "serverspec"
-
-# Required by serverspec
-set :backend, :exec
-
-describe "munin-node daemon" do
-  it "has a running service of munin-node" do
-    expect(service("munin-node")).to be_running
-  end
-end