aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/rubygems_ext.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 19:03:35 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 19:03:35 -0700
commitf2dd60a902f2eadf1fee9f1c7bb92fae7861f073 (patch)
tree58cbca0ddb332798ed49896d6ecfe68cfcf2617a /spec/support/rubygems_ext.rb
parent81265d1741949ae00ada0530b44ecfe4cfe10416 (diff)
downloadbundler-f2dd60a902f2eadf1fee9f1c7bb92fae7861f073.tar.gz
Update specs for moving bin/bundle to exe/bundle
Diffstat (limited to 'spec/support/rubygems_ext.rb')
-rw-r--r--spec/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index 47f660f0..0d0e35c4 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -8,7 +8,7 @@ module Spec
ENV['BUNDLE_PATH'] = nil
ENV['GEM_HOME'] = ENV['GEM_PATH'] = Path.base_system_gems.to_s
- ENV['PATH'] = ["#{Path.root}/bin", "#{Path.system_gem_path}/bin", ENV['PATH']].join(File::PATH_SEPARATOR)
+ ENV['PATH'] = ["#{Path.root}/exe", "#{Path.system_gem_path}/bin", ENV['PATH']].join(File::PATH_SEPARATOR)
unless File.exist?("#{Path.base_system_gems}")
FileUtils.mkdir_p(Path.base_system_gems)