[前][次][番号順一覧][スレッド一覧]

ruby-changes:61499

From: David <ko1@a...>
Date: Fri, 5 Jun 2020 07:33:27 +0900 (JST)
Subject: [ruby-changes:61499] 052d66050a (master): [rubygems/rubygems] Change descriptions to not mention deprecated flags

https://git.ruby-lang.org/ruby.git/commit/?id=052d66050a

From 052d66050a8524f70d90223c015d5a0452bfc88b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Thu, 28 May 2020 21:12:21 +0200
Subject: [rubygems/rubygems] Change descriptions to not mention deprecated
 flags

https://github.com/rubygems/rubygems/commit/731b3783f1

diff --git a/spec/bundler/install/gemfile/groups_spec.rb b/spec/bundler/install/gemfile/groups_spec.rb
index a84496d..0d3cc60 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 https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gemfile/groups_spec.rb#L70
     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 https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gemfile/groups_spec.rb#L339
     end
   end
 
-  describe "when locked and installed with --without" do
+  describe "when locked and installed with `without` option" do
     before(:each) do
       build_repo2
 
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]