X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9fa2ae0afe39b9b1b4753de674bffb31f69e5530..bc66e687bb39b7b463eb4c97b52b36e9fa44d003:/test/integration/munin/serverspec/munin_node_spec.rb?ds=inline diff --git a/test/integration/munin/serverspec/munin_node_spec.rb b/test/integration/munin/serverspec/munin_node_spec.rb index 5fbe38339..9d3fdd355 100644 --- a/test/integration/munin/serverspec/munin_node_spec.rb +++ b/test/integration/munin/serverspec/munin_node_spec.rb @@ -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