X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d1406cdadc022639bc0c3121c801f8997c331363..f66d8484209d0d6d1ade5bf7e0c9e292e49f80a9:/test/integration/spamassassin/serverspec/spamassassin_spec.rb diff --git a/test/integration/spamassassin/serverspec/spamassassin_spec.rb b/test/integration/spamassassin/serverspec/spamassassin_spec.rb index 2f2e643cf..1276f140c 100644 --- a/test/integration/spamassassin/serverspec/spamassassin_spec.rb +++ b/test/integration/spamassassin/serverspec/spamassassin_spec.rb @@ -13,5 +13,5 @@ describe service("spamassassin") do end describe port(783) do - it { should be_listening } + it { should be_listening.with("tcp") } end