feat: implementing kitchen tests and activate them on travis

This commit is contained in:
Eric Veiras Galisson
2019-05-27 16:13:58 +02:00
parent b925a00048
commit 1774df001e
8 changed files with 364 additions and 0 deletions
@@ -0,0 +1,8 @@
control 'Sudo package' do
title 'should be installed'
describe package('sudo') do
it { should be_installed }
end
end