summaryrefslogtreecommitdiff
path: root/spec/lock/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lock/git_spec.rb')
-rw-r--r--spec/lock/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/git_spec.rb b/spec/lock/git_spec.rb
index 4179a0218a..14b80483ee 100644
--- a/spec/lock/git_spec.rb
+++ b/spec/lock/git_spec.rb
@@ -29,6 +29,6 @@ RSpec.describe "bundle lock with git gems" do
run <<-RUBY
puts Bundler.rubygems.find_name('foo').first.full_gem_path
RUBY
- expect(out).to eq(bundle("show foo"))
+ expect(out).to eq(bundle("info foo --path"))
end
end