0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2024-12-03 01:16:53 +01:00
sudoers-formula/test/integration/appended/controls/package.rb
2021-08-19 01:24:17 +01:00

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