Sha256: 0a930a8a818fac82714c8e30b434b8bc556d12a2c7d00ba1fc6883e1d6268fd9
Contents?: true
Size: 316 Bytes
Versions: 37
Compression:
Stored size: 316 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Gentoo describe 'Serverspec iptables matchers of Gentoo family' do it_behaves_like 'support iptables have_rule matcher', '-P INPUT ACCEPT' it_behaves_like 'support iptables have_rule with_table and with_chain matcher', '-P INPUT ACCEPT', 'mangle', 'INPUT' end
Version data entries
37 entries across 37 versions & 1 rubygems