summaryrefslogtreecommitdiff
path: root/spec/support/path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/path.rb')
-rw-r--r--spec/support/path.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/support/path.rb b/spec/support/path.rb
index b1d3c601f2..bf8bcd7bb7 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -56,6 +56,14 @@ module Spec
tmp("gems/remote3", *args)
end
+ def local_gem_repo(*args)
+ tmp("gems/remote_local", *args)
+ end
+
+ def upstream_gem_repo(*args)
+ tmp("gems/remote_upstream", *args)
+ end
+
def security_repo(*args)
tmp("gems/security_repo", *args)
end