aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/lock/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/lock/git_spec.rb')
-rw-r--r--spec/bundler/lock/git_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/bundler/lock/git_spec.rb b/spec/bundler/lock/git_spec.rb
index b36f61338d..14b80483ee 100644
--- a/spec/bundler/lock/git_spec.rb
+++ b/spec/bundler/lock/git_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "bundle lock with git gems" do
before :each do
@@ -30,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