Skip to content

Fix typo in test description: "does not to" → "does not do"#9468

Merged
hsbt merged 2 commits intomasterfrom
copilot/fix-spelling-in-test-description
Apr 8, 2026
Merged

Fix typo in test description: "does not to" → "does not do"#9468
hsbt merged 2 commits intomasterfrom
copilot/fix-spelling-in-test-description

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 8, 2026

What was the end-user or developer problem that led to this PR?

Test description in spec/install/gemfile/git_spec.rb contained a grammatical typo: "does not to a remote fetch if the revision is cached locally".

What is your fix for the problem, implemented in this PR?

Corrected "to""do" in the it block description.

Make sure the following tasks are checked

Original prompt
Please apply the following diffs and create a pull request.
Once the PR is ready, give it a title based on the messages of the fixes being applied.

[{"message":"Corrected spelling of 'to' to 'do' in test description.","fixFiles":[{"filePath":"spec/install/gemfile/git_spec.rb","diff":"diff --git a/spec/install/gemfile/git_spec.rb b/spec/install/gemfile/git_spec.rb\n--- a/spec/install/gemfile/git_spec.rb\n+++ b/spec/install/gemfile/git_spec.rb\n@@ -1078,7 +1078,7 @@\n     expect(out).to eq(\"WIN\")\n   end\n \n-  it \"does not to a remote fetch if the revision is cached locally\" do\n+  it \"does not do a remote fetch if the revision is cached locally\" do\n     build_git \"foo\"\n \n     install_gemfile <<-G\n"}]}]

Copilot AI changed the title [WIP] Fix spelling of 'to' in test description Fix typo in test description: "does not to" → "does not do" Apr 8, 2026
Copilot AI requested a review from hsbt April 8, 2026 03:55
Copilot finished work on behalf of hsbt April 8, 2026 03:55
@hsbt hsbt marked this pull request as ready for review April 8, 2026 03:56
Copilot AI review requested due to automatic review settings April 8, 2026 03:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a grammatical typo in an RSpec example description in Bundler’s git install specs, improving readability without changing behavior.

Changes:

  • Update spec description from “does not to” to “does not do” in spec/install/gemfile/git_spec.rb.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hsbt hsbt merged commit 5ac4c84 into master Apr 8, 2026
101 checks passed
@hsbt hsbt deleted the copilot/fix-spelling-in-test-description branch April 8, 2026 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants