diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-08-27 23:35:02 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-08-30 10:16:28 +0000 |
| commit | 63287fef9c3290a1e11b5e83bff648b385ad80ee (patch) | |
| tree | 875feeaf669b8e621e65bd9d423e6fa6c3c73e24 | |
| parent | 371432b2d7a5f4a21876434047192e680a688780 (diff) | |
[rubygems/rubygems] Fix grammar in one spec description
https://github.com/rubygems/rubygems/commit/a1046466c9
| -rw-r--r-- | spec/bundler/install/git_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
