diff --git a/spec/unit/puppet/type/firewall_spec.rb b/spec/unit/puppet/type/firewall_spec.rb index 4ed4dcb95..db28b9225 100755 --- a/spec/unit/puppet/type/firewall_spec.rb +++ b/spec/unit/puppet/type/firewall_spec.rb @@ -309,7 +309,7 @@ :action => "accept", :jump => "custom_chain" ) - }.to raise_error(Puppet::Error, /^Only one of the parameters 'action' and 'jump' can be set$/) + }.to raise_error(Puppet::Error, /Only one of the parameters 'action' and 'jump' can be set$/) end end describe ':gid and :uid' do