summaryrefslogtreecommitdiff
path: root/spec/plugins/source/example_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/plugins/source/example_spec.rb')
-rw-r--r--spec/plugins/source/example_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/plugins/source/example_spec.rb b/spec/plugins/source/example_spec.rb
index 368c75702d..aa3163ad40 100644
--- a/spec/plugins/source/example_spec.rb
+++ b/spec/plugins/source/example_spec.rb
@@ -118,7 +118,7 @@ RSpec.describe "real source plugins" do
run <<-RUBY
puts Bundler.rubygems.find_name('a-path-gem').first.full_gem_path
RUBY
- expect(out).to eq(bundle("show a-path-gem"))
+ expect(out).to eq(bundle("info a-path-gem --path"))
end
it "installs the gem executables" do