require 'spec_helper' include Serverspec::Helper::Solaris describe ipnat do it { should have_rule 'map net1 192.168.0.0/24 -> 0.0.0.0/32' } end