summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo.manacorda@gmail.com>2015-09-16 17:44:24 +0200
committerLorenzo Manacorda <lorenzo.manacorda@gmail.com>2015-09-16 17:44:24 +0200
commitb7c48ffa902a4fc51ef70d1d2fa0993b93cda7e0 (patch)
tree4523ce9c4f075410b532e6546ff84258c304b1e8
parentaa2827c56bc114c20a01a7ba2fe671cc67545f13 (diff)
downloadbundler-b7c48ffa902a4fc51ef70d1d2fa0993b93cda7e0.tar.gz
remove redundant test
already tested at L121
-rw-r--r--spec/install/path_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/install/path_spec.rb b/spec/install/path_spec.rb
index d6c82b8f48..75a908f6cf 100644
--- a/spec/install/path_spec.rb
+++ b/spec/install/path_spec.rb
@@ -13,16 +13,6 @@ describe "bundle install" do
G
end
- it "does not use available system gems with config path vendor/bundle" do
- bundle "config path vendor/bundle"
- bundle "install"
-
- # See CLI::Install#run.
- with_config(:disable_shared_gems => "1") do
- should_be_installed "rack 1.0.0"
- end
- end
-
it "handles paths with regex characters in them" do
dir = bundled_app("bun++dle")
dir.mkpath