From 900ef111b049ba428faa5913a1e427f610606ef0 Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Mon, 10 Jun 2013 11:24:52 +0100 Subject: [PATCH] Fix minor test bug for latest puppet Signed-off-by: Ken Barber --- spec/unit/puppet/type/firewall_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2