4 lines
65 B
Ruby
4 lines
65 B
Ruby
|
describe package('nftables') do
|
||
|
it { should be_installed }
|
||
|
end
|