summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-07-20 10:05:35 -0500
committerStefan Lance <stefan@lances.net>2015-07-20 12:37:40 -0500
commitd592cc04806a77392d33b6ad076e685ab9417dd0 (patch)
treeeafe2ebf9329a72867313ab98619562516ff9f72
parentd535d398862376575c993b5201c61865d210df3f (diff)
downloadbundler-d592cc04806a77392d33b6ad076e685ab9417dd0.tar.gz
Fix failing specs
-rw-r--r--spec/support/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 4673a0a8b5..bdb6326a30 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -60,7 +60,7 @@ module Spec
sudo = "sudo" if options.delete(:sudo)
options["no-color"] = true unless options.key?("no-color") || %w(exec conf).include?(cmd.to_s[0..3])
- bundle_bin = File.expand_path("../../../bin/bundle", __FILE__)
+ bundle_bin = File.expand_path("../../../exe/bundle", __FILE__)
requires = options.delete(:requires) || []
requires << File.expand_path("../fakeweb/"+options.delete(:fakeweb)+".rb", __FILE__) if options.key?(:fakeweb)