]> git.openstreetmap.org Git - chef.git/blob - test/integration/web-cgimap/inspec/cgimap_spec.rb
Bump kitchen-dokken from 2.20.2 to 2.20.3
[chef.git] / test / integration / web-cgimap / inspec / cgimap_spec.rb
1 describe service("cgimap") do
2   it { should be_enabled }
3   it { should be_running }
4 end
5
6 describe port(8000) do
7   it { should be_listening }
8   its("protocols") { should cmp "tcp" }
9 end