firewalld-formula/test/integration/default/controls/ipset_spec.rb

6 lines
93 B
Ruby

# frozen_string_literal: true
describe package('ipset') do
it { should be_installed }
end