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, 4 insertions, 0 deletions
diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index 56d3c71f3c..62f136aa0b 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -193,6 +193,10 @@ module Spec
root.join("lib")
end
+ def xdg_config_home
+ home(".config")
+ end
+
def global_plugin_gem(*args)
home ".bundle", "plugin", "gems", *args
end