0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2024-12-18 14:51:29 +01:00
sudoers-formula/test/integration/default/controls/package.rb
2019-05-27 16:13:58 +02:00

9 lines
129 B
Ruby

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