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

ruby-changes:61501

From: David <ko1@a...>
Date: Fri, 5 Jun 2020 07:33:30 +0900 (JST)
Subject: [ruby-changes:61501] fed9419e55 (master): [rubygems/rubygems] Fix flag name in spec descriptions

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

From fed9419e55159bc6e53cc7590188ba6fb92d31fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Thu, 28 May 2020 22:41:56 +0200
Subject: [rubygems/rubygems] Fix flag name in spec descriptions

https://github.com/rubygems/rubygems/commit/6395392b83

diff --git a/spec/bundler/install/gemfile/groups_spec.rb b/spec/bundler/install/gemfile/groups_spec.rb
index 5656575..a84496d 100644
--- a/spec/bundler/install/gemfile/groups_spec.rb
+++ b/spec/bundler/install/gemfile/groups_spec.rb
@@ -138,7 +138,7 @@ RSpec.describe "bundle install with groups" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gemfile/groups_spec.rb#L138
         ENV["BUNDLE_WITHOUT"] = nil
       end
 
-      it "clears without when passed an empty list" do
+      it "clears --without when passed an empty list" do
         bundle :install, forgotten_command_line_options(:without => "emo")
 
         bundle :install, forgotten_command_line_options(:without => "")
@@ -176,7 +176,7 @@ RSpec.describe "bundle install with groups" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gemfile/groups_spec.rb#L176
         ENV["BUNDLE_WITH"] = nil
       end
 
-      it "clears with when passed an empty list" do
+      it "clears --with when passed an empty list" do
         bundle :install, forgotten_command_line_options(:with => "debugging")
         bundle :install, forgotten_command_line_options(:with => "")
         expect(the_bundle).not_to include_gems "thin 1.0"
-- 
cgit v0.10.2


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

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