1
0
Fork 0
mirror of synced 2025-01-02 03:09:25 -05:00
formula-sudoers/test/integration/default/controls/package.rb

9 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