X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/554bd8d38bacfb438b3831419292af02f45908ef..f3250a00410a99a2b4ae47f16888acbb3b506ee9:/test/integration/otrs/serverspec/apache_spec.rb diff --git a/test/integration/otrs/serverspec/apache_spec.rb b/test/integration/otrs/serverspec/apache_spec.rb index 9d5268271..446d3b915 100644 --- a/test/integration/otrs/serverspec/apache_spec.rb +++ b/test/integration/otrs/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