0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2024-12-18 17:00:37 +01:00
sudoers-formula/test/integration/default/controls/package.rb

9 lines
129 B
Ruby
Raw Normal View History

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