metasploitable3/chef/cookbooks/metasploitable/test/linux/readme_app.rb
2017-08-23 15:56:08 -05:00

9 lines
151 B
Ruby

describe service('readme_app') do
it { should be_enabled }
it { should be_running }
end
describe port('3500') do
it { should be_listening }
end