X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1eeb41f8cbd0f50b8d4d1e1e83b9e04398d36c9a..f3250a00410a99a2b4ae47f16888acbb3b506ee9:/test/integration/bind/serverspec/bind_spec.rb 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