From: Stefano Zanella <zanella.stefano@gmail.com> Date: Fri, 27 Sep 2013 16:39:13 +0000 (+0200) Subject: Remove redundant `include` call in system spec helper. X-Git-Tag: 0.5.0~27^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=10c8612c0844fa4b686c50eeb99b8168665d66ff;p=puppet-modules%2Fpuppetlabs-firewall.git Remove redundant `include` call in system spec helper. `rspec-system-puppet` helpers are already included few lines above the deleted line, which by the way would have no effect anyway. --- diff --git a/spec/spec_helper_system.rb b/spec/spec_helper_system.rb index cb1763b..a571239 100644 --- a/spec/spec_helper_system.rb +++ b/spec/spec_helper_system.rb @@ -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