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