X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9fa2ae0afe39b9b1b4753de674bffb31f69e5530..c14a096788981c94dd6d2681d4e6d2898adef3ca:/test/integration/bind/serverspec/bind_spec.rb?ds=sidebyside diff --git a/test/integration/bind/serverspec/bind_spec.rb b/test/integration/bind/serverspec/bind_spec.rb index bdf529cf3..8986df12c 100644 --- a/test/integration/bind/serverspec/bind_spec.rb +++ b/test/integration/bind/serverspec/bind_spec.rb @@ -13,5 +13,6 @@ describe service("bind9") do end describe port(53) do - it { should be_listening } + it { should be_listening.with("udp") } + it { should be_listening.with("tcp") } end