summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-13 17:38:54 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-17 11:43:38 +0200
commitb5bdcccbbb1be0ab5daddc82d5c3fca51e73ffea (patch)
tree5771a3d6700d0765a8a6d8d86ae7e49948fb1f07
parent4c49366bd08f24bcb2f4454d618e9c6f5fed5a9b (diff)
downloadbundler-b5bdcccbbb1be0ab5daddc82d5c3fca51e73ffea.tar.gz
Move require to the only file that needs it
-rw-r--r--spec/spec_helper.rb1
-rw-r--r--spec/support/helpers.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d514ec34dc..0be63d8b95 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -16,7 +16,6 @@ require "bundler"
require "rspec"
require_relative "support/builders"
-require_relative "support/command_execution"
require_relative "support/filters"
require_relative "support/helpers"
require_relative "support/indexes"
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index b5617d399f..9acf5cda9f 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -2,6 +2,8 @@
require "open3"
+require_relative "command_execution"
+
module Spec
module Helpers
def reset!