Skip to content

Commit

Permalink
[rubygems/rubygems] Rework bundle gem specs so that they work on Wi…
Browse files Browse the repository at this point in the history
…ndows

Most of the commands run by these specs actually prompt for user input
but for some reason `Open3` outside of Windows ignores that and goes on
with no user input. Windows does not like this.

This commit refactors these specs so that:

* They don't prompt for user input when not necessary.
* They pass proper user input when necessary.

As long as no user input is needed, most specs pass, so it allows to
remove the `:readline` tag from most of them.

rubygems/rubygems@3dfabcdae4
  • Loading branch information
deivid-rodriguez authored and matzbot committed May 24, 2024
1 parent 6a7e4c4 commit 180ae00
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 58 deletions.

0 comments on commit 180ae00

Please sign in to comment.