X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a97a0dc8db53359fee0af041c4608a212b0c30f..9fa2ae0afe39b9b1b4753de674bffb31f69e5530:/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..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