]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/munin/serverspec/munin_node_spec.rb
Check that servers are listening on the right protocols
[chef.git] / test / integration / munin / serverspec / munin_node_spec.rb
index 5fbe38339aadbb2aff86f95986a7c4e5f29bbcdd..cdae402e5397fb073d21067519d14e2975e78604 100644 (file)
@@ -13,5 +13,5 @@ describe service("munin-node") do
 end
 
 describe port(4949) do
-  it { should be_listening }
+  it { should be_listening.with("tcp") }
 end