1
0
Fork 0
formula-sudoers/test/integration/default/controls/package.rb

9 lines
129 B
Ruby

control 'Sudo package' do
title 'should be installed'
describe package('sudo') do
it { should be_installed }
end
end