From 94a8f05f00185df6063dd2ce2939b96713806c7a Mon Sep 17 00:00:00 2001 From: Gabriel Sobrinho Date: Wed, 12 Jun 2024 14:50:00 -0300 Subject: [PATCH] [rubygems/rubygems] Fix test description https://github.com/rubygems/rubygems/commit/4bcdb854a2 --- spec/bundler/plugins/hook_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/plugins/hook_spec.rb b/spec/bundler/plugins/hook_spec.rb index f6ee0ba210..977fcefab3 100644 --- a/spec/bundler/plugins/hook_spec.rb +++ b/spec/bundler/plugins/hook_spec.rb @@ -69,7 +69,7 @@ RSpec.describe "hook plugins" do bundle "plugin install after-install-all-plugin --source #{file_uri_for(gem_repo2)}" end - it "runs after each rubygem is installed" do + it "runs after each all rubygems are installed" do install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rake"