summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-10-20 19:05:42 -0700
committerAndre Arko <andre@arko.net>2013-10-20 19:05:42 -0700
commit7d1e5cd2e97541739c5584a97c48aa8e6d9f2593 (patch)
tree03161b0c81604b0058bd3816c5708c6826ec15d0
parenteea45bc6cb401d988c2633b170f8e430d11dee73 (diff)
downloadbundler-7d1e5cd2e97541739c5584a97c48aa8e6d9f2593.tar.gz
remove duplicate vendor test
-rw-r--r--spec/install/gems/platform_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/install/gems/platform_spec.rb b/spec/install/gems/platform_spec.rb
index 113848832f..b40fc04316 100644
--- a/spec/install/gems/platform_spec.rb
+++ b/spec/install/gems/platform_spec.rb
@@ -96,18 +96,6 @@ describe "bundle install across platforms" do
bundle "install --path vendor/bundle"
- expect(vendored_gems("gems/rack-1.0.0")).to exist
- end
-
- it "works after switching Rubies" do
- gemfile <<-G
- source "file://#{gem_repo1}"
-
- gem "rack", "1.0.0"
- G
-
- bundle "install --path vendor/bundle"
-
new_version = Gem::ConfigMap[:ruby_version] == "1.8" ? "1.9.1" : "1.8"
FileUtils.mv(vendored_gems, bundled_app("vendor/bundle", Gem.ruby_engine, new_version))