From: Ken Barber Date: Mon, 10 Jun 2013 10:24:52 +0000 (+0100) Subject: Fix minor test bug for latest puppet X-Git-Tag: list~10 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=900ef111b049ba428faa5913a1e427f610606ef0;p=puppet-modules%2Fpuppetlabs-firewall.git Fix minor test bug for latest puppet Signed-off-by: Ken Barber --- diff --git a/spec/unit/puppet/type/firewall_spec.rb b/spec/unit/puppet/type/firewall_spec.rb index 4ed4dcb..db28b92 100755 --- a/spec/unit/puppet/type/firewall_spec.rb +++ b/spec/unit/puppet/type/firewall_spec.rb @@ -309,7 +309,7 @@ describe firewall do :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