summaryrefslogtreecommitdiff
path: root/spec/support/path.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-26 13:37:51 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-07 20:39:16 +0200
commitb29a40820f245a3adefd1bdac1b71065c789f0c9 (patch)
tree095413fe0247afab99179572c4f702723874dffd /spec/support/path.rb
parent2ed2bbfdec59b7e0fe51b6701e7a4ed5aeb6affe (diff)
downloadbundler-b29a40820f245a3adefd1bdac1b71065c789f0c9.tar.gz
Revert "make system_bundle_bin_path helper and resolve failing tests for ruby < 2.6"fix_spec_working_by_chance
This reverts commit e63e844bc7444c6a489fcde0dc7011c6c4807edd. It was introduced to resolve some failing tests at the cost of making the intention of the spec much less clear. Thanks to the previous fixes we have added to this spec, we can revert that patch now.
Diffstat (limited to 'spec/support/path.rb')
-rw-r--r--spec/support/path.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/path.rb b/spec/support/path.rb
index aa06a3f047..b722ec498b 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -100,10 +100,6 @@ module Spec
tmp("gems/system", *path)
end
- def system_bundle_bin_path
- system_gem_path("bin/bundle")
- end
-
def lib_path(*args)
tmp("libs", *args)
end