summaryrefslogtreecommitdiff
path: root/spec/support/path.rb
diff options
context:
space:
mode:
authorMatthew Phillips <matthew@sweetspotdiabetes.com>2013-02-04 19:50:31 -0800
committerMatthew Phillips <matthew@sweetspotdiabetes.com>2013-02-05 09:06:27 -0800
commitc94f201215ac43f605000811f0a9c6ab5d708518 (patch)
treedc2fae3f39965f9e9d6acd7a6ef122fd4593a30a /spec/support/path.rb
parent861bfcdb8bf84599d424a434933dd32a8bdad8e2 (diff)
downloadbundler-c94f201215ac43f605000811f0a9c6ab5d708518.tar.gz
Add tests for gem security options upon install/update.
* Note that signed certs with a CA are untested. Hopefully they are tested appropriately at the rubygems level. * update is tested via config entry
Diffstat (limited to 'spec/support/path.rb')
-rw-r--r--spec/support/path.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/path.rb b/spec/support/path.rb
index de910ca145..3b981f74e1 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -56,6 +56,10 @@ module Spec
tmp("gems/remote3", *args)
end
+ def security_repo(*args)
+ tmp("gems/security_repo", *args)
+ end
+
def system_gem_path(*path)
tmp("gems/system", *path)
end