aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-10-20 20:55:42 -0700
committerAndre Arko <andre@arko.net>2013-10-20 20:55:42 -0700
commitab05ac5f009eaf48e700fb535c37f80d0dfe2ad3 (patch)
treeb8fa70301c9862c054b312f796f00ae13f1ab101
parent96c0f13e14b680d07f57fdde606ffb93a4b27140 (diff)
downloadbundler-ab05ac5f009eaf48e700fb535c37f80d0dfe2ad3.tar.gz
oh no what a stupid typo
-rw-r--r--spec/install/gems/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/platform_spec.rb b/spec/install/gems/platform_spec.rb
index e1b1f36a..042332af 100644
--- a/spec/install/gems/platform_spec.rb
+++ b/spec/install/gems/platform_spec.rb
@@ -99,7 +99,7 @@ describe "bundle install across platforms" do
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))
- bundle "install --path /vendor/bundle"
+ bundle "install --path vendor/bundle"
expect(vendored_gems("gems/rack-1.0.0")).to exist
end
end