summaryrefslogtreecommitdiff
path: root/spec/support/path.rb
diff options
context:
space:
mode:
authorKeith Shook <keith.shook@ontariosystems.com>2015-01-27 11:06:05 -0500
committerKeith Shook <keith.shook@ontariosystems.com>2015-01-27 11:06:05 -0500
commitb65bd90f034d101c32683a9c2919ee600935b071 (patch)
tree1577844e5adc2b08169afb9c2f3717fd44d48ffd /spec/support/path.rb
parentf92d08849078eee5411e0678d43d06f67cdbac2d (diff)
downloadbundler-b65bd90f034d101c32683a9c2919ee600935b071.tar.gz
Added test to expose a scenario with API sources where dependencies fail to resolve when then shouldn't
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 74dbd891a5..56e8dd8b41 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -60,6 +60,10 @@ module Spec
tmp("gems/remote3", *args)
end
+ def gem_repo4(*args)
+ tmp("gems/remote4", *args)
+ end
+
def security_repo(*args)
tmp("gems/security_repo", *args)
end