]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Remove redundant `include` call in system spec helper.
authorStefano Zanella <zanella.stefano@gmail.com>
Fri, 27 Sep 2013 16:39:13 +0000 (18:39 +0200)
committerStefano Zanella <zanella.stefano@gmail.com>
Fri, 27 Sep 2013 16:39:13 +0000 (18:39 +0200)
`rspec-system-puppet` helpers are already included few lines above the deleted
line, which by the way would have no effect anyway.

spec/spec_helper_system.rb

index cb1763b6d781d2177b56fc89fa0f5116f861eb28..a57123930bfc15bd259499c1db86e40939a9fa1e 100644 (file)
@@ -36,7 +36,6 @@ RSpec.configure do |c|
 
   # Import in our local helpers
   c.include ::LocalHelpers
-  c.include RSpecSystemPuppet::Helpers
 
   # This is where we 'setup' the nodes before running our tests
   c.before :suite do