summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-03-14 13:49:04 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-03-14 19:50:21 +0530
commitb3a527f88551563aa4b4a945456afb807457b6a2 (patch)
tree755378f7b2d45baa06c33b95e9133fac112e526c
parentc61e96e60206f218bb66e38375c95d619dc7bd87 (diff)
downloadbundler-b3a527f88551563aa4b4a945456afb807457b6a2.tar.gz
Checking that the repo is has been checked out
-rw-r--r--spec/install/git_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/git_spec.rb b/spec/install/git_spec.rb
index 5d834416d1..401da1b1d3 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -38,6 +38,7 @@ describe "bundle install" do
bundle "install --path=vendor/bundle --without development"
expect(out).to include("Bundle complete!")
+ expect(vendored_gems("bundler/gems/foo-1.0-#{revision_for(lib_path("foo-1.0"))[0..11]}")).to be_directory
end
end
end