From 63287fef9c3290a1e11b5e83bff648b385ad80ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 27 Aug 2024 23:35:02 +0200 Subject: [PATCH] [rubygems/rubygems] Fix grammar in one spec description https://github.com/rubygems/rubygems/commit/a1046466c9 --- spec/bundler/install/git_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/install/git_spec.rb b/spec/bundler/install/git_spec.rb index caed4571e5..d1f6b7a7ca 100644 --- a/spec/bundler/install/git_spec.rb +++ b/spec/bundler/install/git_spec.rb @@ -63,7 +63,7 @@ RSpec.describe "bundle install" do expect(the_bundle).to include_gems "foo 2.0", source: "git@#{lib_path("foo")}" end - it "should allows git repos that are missing but not being installed" do + it "allows git repos that are missing but not being installed" do revision = build_git("foo").ref_for("HEAD") gemfile <<-G