]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/munin/serverspec/munin_node_spec.rb
Expect munin to use an IPv6 socket
[chef.git] / test / integration / munin / serverspec / munin_node_spec.rb
index 5fbe38339aadbb2aff86f95986a7c4e5f29bbcdd..9d3fdd3555ac79cffc189badc1aa4cad6ca908d2 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("tcp6") }
 end