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-21 08:18:34 +0700
commit3425c96efeaaa3dc7eacc30234b5a2e973ec429f (patch)
tree0d5dd8b9f3ab788b08393b445aa1a7c2f5f9f904
parentde078952392845eeb7db97a20be6c55a549f481b (diff)
downloadbundler-3425c96efeaaa3dc7eacc30234b5a2e973ec429f.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