summaryrefslogtreecommitdiff
path: root/spec/bundler/support/path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/support/path.rb')
-rw-r--r--spec/bundler/support/path.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index b722ec498b..7956c77800 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -104,10 +104,6 @@ module Spec
tmp("libs", *args)
end
- def bundler_path
- root.join("lib")
- end
-
def global_plugin_gem(*args)
home ".bundle", "plugin", "gems", *args
end