X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/76bec6dcb9b65dd84f54d243101513b2c36cae52..654439c24f36c162ab018e2f1261836f26b432ff:/test/integration/forum/serverspec/apache_spec.rb?ds=sidebyside diff --git a/test/integration/forum/serverspec/apache_spec.rb b/test/integration/forum/serverspec/apache_spec.rb index 9d5268271..446d3b915 100644 --- a/test/integration/forum/serverspec/apache_spec.rb +++ b/test/integration/forum/serverspec/apache_spec.rb @@ -13,9 +13,9 @@ describe service("apache2") do end describe port(80) do - it { should be_listening } + it { should be_listening.with("tcp") } end describe port(443) do - it { should be_listening } + it { should be_listening.with("tcp") } end