X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d1406cdadc022639bc0c3121c801f8997c331363..45c0862be818c87ac9825ed36a7a2e9d3a1aab7c:/test/integration/exim/serverspec/exim_spec.rb diff --git a/test/integration/exim/serverspec/exim_spec.rb b/test/integration/exim/serverspec/exim_spec.rb index 752a58ad4..2a6f6b2a9 100644 --- a/test/integration/exim/serverspec/exim_spec.rb +++ b/test/integration/exim/serverspec/exim_spec.rb @@ -13,5 +13,5 @@ describe service("exim4") do end describe port(25) do - it { should be_listening } + it { should be_listening.with("tcp") } end