metasploitable3/chef/cookbooks/metasploitable/test/linux/readme_app.rb
2017-08-11 13:36:04 -05:00

4 lines
91 B
Ruby

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