From 10c8612c0844fa4b686c50eeb99b8168665d66ff Mon Sep 17 00:00:00 2001 From: Stefano Zanella Date: Fri, 27 Sep 2013 18:39:13 +0200 Subject: [PATCH] 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. --- spec/spec_helper_system.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.45.2