mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-09-20 00:22:28 +02:00
feat: implementing kitchen tests and activate them on travis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
control 'Sudo package' do
|
||||
title 'should be installed'
|
||||
|
||||
describe package('sudo') do
|
||||
it { should be_installed }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user