Sha256: dd558a64da2018ea4e0cd3d2b3f4319f112b99e870615d7aae6317e45ebb00bf
Contents?: true
Size: 270 Bytes
Versions: 5
Compression:
Stored size: 270 Bytes
Contents
require 'spec_helper' set :os, :family => 'solaris' describe commands.command_class('ipfilter').create do it { should be_an_instance_of(Specinfra::Command::Solaris::Base::Ipfilter) } end describe ipfilter do it { should have_rule 'pass in quick on lo0 all' } end
Version data entries
5 entries across 5 versions & 1 rubygems