metasploitable3/chef/cookbooks/metasploitable/test/linux/sinatra.rb

8 lines
147 B
Ruby
Raw Normal View History

2017-08-11 20:36:04 +02:00
describe service('sinatra') do
it { should be_enabled }
it { should be_running }
end
describe port('8181') do
it { should be_listening }
end