X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8955dab9362ef74768872c57ec936b27d7a0704e..442c902d2c22314243121364e4dc33ee8be7915a:/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 96a73406c..8986df12c 100644 --- a/test/integration/bind/serverspec/bind_spec.rb +++ b/test/integration/bind/serverspec/bind_spec.rb @@ -11,3 +11,8 @@ describe service("bind9") do it { should be_enabled } it { should be_running } end + +describe port(53) do + it { should be_listening.with("udp") } + it { should be_listening.with("tcp") } +end