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

ruby-changes:74092

From: David <ko1@a...>
Date: Tue, 18 Oct 2022 16:33:47 +0900 (JST)
Subject: [ruby-changes:74092] 5fa18a7b0c (master): [rubygems/rubygems] Fix bad spec wording

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

From 5fa18a7b0cb1ffbc0c11d151c074c9aa0ea6ee41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Wed, 5 Oct 2022 15:40:03 +0200
Subject: [rubygems/rubygems] Fix bad spec wording

https://github.com/rubygems/rubygems/commit/06faad1e05
---
 spec/bundler/install/gems/resolving_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/bundler/install/gems/resolving_spec.rb b/spec/bundler/install/gems/resolving_spec.rb
index 9f4da23162..07389aa990 100644
--- a/spec/bundler/install/gems/resolving_spec.rb
+++ b/spec/bundler/install/gems/resolving_spec.rb
@@ -305,7 +305,7 @@ RSpec.describe "bundle install with install-time dependencies" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gems/resolving_spec.rb#L305
         end
       end
 
-      context "in a transitive dependencies in a lockfile" do
+      context "with transitive dependencies in a lockfile" do
         before do
           build_repo2 do
             build_gem "rubocop", "1.28.2" do |s|
-- 
cgit v1.2.3


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

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