summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-14 19:09:01 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-18 10:03:51 +0200
commit71b96f25ca2970364be15496cd29bccf230b56f9 (patch)
treeb98f77e3612e4c1949f47a7ae769b6fcbd6e2a93 /spec/support/helpers.rb
parent202c2adde5729c7476d27823d93cfdd22545b82e (diff)
downloadbundler-71b96f25ca2970364be15496cd29bccf230b56f9.tar.gz
Move some global requires to their few usages
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r--spec/support/helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 9acf5cda9f..92444ddd2f 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -3,6 +3,7 @@
require "open3"
require_relative "command_execution"
+require_relative "the_bundle"
module Spec
module Helpers