describe port(9999) do | describe port(9999) do | ||||
it { should be_listening } | it { should be_listening } | ||||
its('processes') { should include 'apt-cacher-ng' } | |||||
its('protocols') { should include 'tcp' } | |||||
its('addresses') { should include '0.0.0.0' } | |||||
end | end | ||||
end | end |