From 61b61f426a796871c27a0a9e4eedb31057864165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 29 May 2020 12:27:15 +0200 Subject: [rubygems/rubygems] Reword specs to not mention deprecated flags https://github.com/rubygems/rubygems/commit/f878a81f22 --- spec/bundler/plugins/source/example_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/plugins/source') diff --git a/spec/bundler/plugins/source/example_spec.rb b/spec/bundler/plugins/source/example_spec.rb index aac506dc9a..208f612099 100644 --- a/spec/bundler/plugins/source/example_spec.rb +++ b/spec/bundler/plugins/source/example_spec.rb @@ -155,7 +155,7 @@ RSpec.describe "real source plugins" do expect(the_bundle).to include_gems("a-path-gem 1.0") end - it "copies repository to vendor cache and uses it even when installed with bundle --path" do + it "copies repository to vendor cache and uses it even when installed with `path` configured" do bundle! :install, forgotten_command_line_options(:path => "vendor/bundle") bundle "config set cache_all true" bundle! :cache -- cgit v1.2.3