summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-08-21 08:18:34 +0700
committerAndre Arko <andre@arko.net>2016-08-22 09:42:41 +0700
commit3d32ddd09988502017d555d0f5c0751fcd528861 (patch)
treeef7c40c1c6e90272504d4f44544321f76156c8cf
parent6f3c1b73bbea1e544a2566c978de50e67f394883 (diff)
downloadbundler-3d32ddd09988502017d555d0f5c0751fcd528861.tar.gz
we can just use repo1 instead of copying to repo2
-rw-r--r--spec/commands/add_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/commands/add_spec.rb b/spec/commands/add_spec.rb
index d6b9b46f94..f650b6ce56 100644
--- a/spec/commands/add_spec.rb
+++ b/spec/commands/add_spec.rb
@@ -3,10 +3,8 @@ require "spec_helper"
describe "bundle add" do
before :each do
- build_repo2
-
gemfile <<-G
- source "file://#{gem_repo2}"
+ source "file://#{gem_repo1}"
G
end