]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(maint) fixes typo in firewall acceptance test.
authorBryan Jen <bryan.jen@gmail.com>
Thu, 17 Dec 2015 15:38:26 +0000 (08:38 -0700)
committerBryan Jen <bryan.jen@gmail.com>
Thu, 17 Dec 2015 15:38:26 +0000 (08:38 -0700)
spec/acceptance/firewall_spec.rb

index 5c696440769ee3e3e52c9ad68c997d6423c83ba9..44e264d8ca3872b51e353d91f0c978c9be83b96c 100644 (file)
@@ -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