From 052d66050a8524f70d90223c015d5a0452bfc88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 28 May 2020 21:12:21 +0200 Subject: [PATCH] [rubygems/rubygems] Change descriptions to not mention deprecated flags https://github.com/rubygems/rubygems/commit/731b3783f1 --- spec/bundler/install/gemfile/groups_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/bundler/install/gemfile/groups_spec.rb b/spec/bundler/install/gemfile/groups_spec.rb index a84496dd76..0d3cc60195 100644 --- a/spec/bundler/install/gemfile/groups_spec.rb +++ b/spec/bundler/install/gemfile/groups_spec.rb @@ -70,7 +70,7 @@ RSpec.describe "bundle install with groups" do end end - describe "installing --without" do + describe "without option" do describe "with gems assigned to a single group" do before :each do gemfile <<-G @@ -339,7 +339,7 @@ RSpec.describe "bundle install with groups" do end end - describe "when locked and installed with --without" do + describe "when locked and installed with `without` option" do before(:each) do build_repo2