[rubygems/rubygems] Fix grammar in one spec description

https://github.com/rubygems/rubygems/commit/a1046466c9
This commit is contained in:
David Rodríguez 2024-08-27 23:35:02 +02:00 committed by git
parent 371432b2d7
commit 63287fef9c

View File

@ -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