X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/866381f348da00422aefef07df57f8cee449d4a6..953568ac810971babd2c310ca6b8e1a0a30793a5:/test/integration/web-cgimap/inspec/cgimap_spec.rb diff --git a/test/integration/web-cgimap/inspec/cgimap_spec.rb b/test/integration/web-cgimap/inspec/cgimap_spec.rb index 8c9b5ce24..2d3953465 100644 --- a/test/integration/web-cgimap/inspec/cgimap_spec.rb +++ b/test/integration/web-cgimap/inspec/cgimap_spec.rb @@ -3,7 +3,6 @@ describe service("cgimap") do it { should be_running } end -describe port(8000) do - it { should be_listening } - its("protocols") { should cmp "tcp" } +describe file("/run/cgimap/socket") do + it { should be_socket } end