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

10 lines
159 B
Ruby

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