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

4 lines
85 B
Ruby

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