1
0
Fork 0
mirror of synced 2024-06-01 06:41:09 -04:00
formula-sudoers/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