summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-10-20 19:05:49 -0700
committerAndre Arko <andre@arko.net>2013-10-20 19:05:49 -0700
commit4f5eefc924d2e7ba83aa3d025cb6fdb6e026f012 (patch)
tree6b91ffc01714dc8bb5511037af11989719a22410
parent7d1e5cd2e97541739c5584a97c48aa8e6d9f2593 (diff)
downloadbundler-4f5eefc924d2e7ba83aa3d025cb6fdb6e026f012.tar.gz
better spec names
-rw-r--r--spec/install/gems/platform_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/gems/platform_spec.rb b/spec/install/gems/platform_spec.rb
index b40fc04316..e1b1f36a37 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
@@ -179,7 +179,7 @@ describe "bundle install with platform conditionals" do
end
-describe "when a gem has an architecture in its platform" do
+describe "when a gem has no architecture" do
it "still installs correctly" do
simulate_platform mswin