summaryrefslogtreecommitdiff
path: root/spec/commands/info_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/info_spec.rb')
-rw-r--r--spec/commands/info_spec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/commands/info_spec.rb b/spec/commands/info_spec.rb
index 0f0b25a813..dcf2d50359 100644
--- a/spec/commands/info_spec.rb
+++ b/spec/commands/info_spec.rb
@@ -17,11 +17,7 @@ describe "bundle info" do
expect(out).to include("\tSummary:")
expect(out).to include("\tHomepage:")
expect(out).to include("\tStatus:")
- end
-
- it "should print gem path" do
- bundle "info rails --path"
- expect(out).to eq(default_bundle_path("gems", "rails-2.3.2").to_s)
+ expect(out).to include("\tPath:")
end
it "should create a Gemfile.lock if not existing" do