From: Bryan Jen Date: Thu, 17 Dec 2015 15:38:26 +0000 (-0700) Subject: (maint) fixes typo in firewall acceptance test. X-Git-Tag: 1.8.0~14^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0d9fdd3788b383260364ece5f8fd7d88630e3023;p=puppet-modules%2Fpuppetlabs-firewall.git (maint) fixes typo in firewall acceptance test. --- diff --git a/spec/acceptance/firewall_spec.rb b/spec/acceptance/firewall_spec.rb index 5c69644..44e264d 100644 --- a/spec/acceptance/firewall_spec.rb +++ b/spec/acceptance/firewall_spec.rb @@ -2366,7 +2366,7 @@ describe 'firewall type', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfami it 'should not contain the rule' do shell('iptables-save') do |r| - expect(r.stdout).to_not match('/-A OUTPUT -p tcp -m comment --comment "700 - test log_uid" -j --log-uid "/) + expect(r.stdout).to_not match('/-A OUTPUT -p tcp -m comment --comment "700 - test log_uid" -j --log-uid "/') end end end