summaryrefslogtreecommitdiff
path: root/spec/bundler/support/bundle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/support/bundle.rb')
-rw-r--r--spec/bundler/support/bundle.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/bundler/support/bundle.rb b/spec/bundler/support/bundle.rb
new file mode 100644
index 0000000000..5d6d658040
--- /dev/null
+++ b/spec/bundler/support/bundle.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+require_relative "activate"
+
+load File.expand_path("bundle", Spec::Path.bindir)