Sha256: 06d393ec223b6aa3e572763248fa99c11ef68a43180082c0b97c4a56cdbfb1b7
Contents?: true
Size: 251 Bytes
Versions: 9
Compression:
Stored size: 251 Bytes
Contents
RSpec::Matchers.define :have_iptables_rule do |rule| match do |iptables| backend.check_iptables_rule(rule, @table, @chain) end chain :with_table do |table| @table = table end chain :with_chain do |chain| @chain = chain end end
Version data entries
9 entries across 9 versions & 1 rubygems