Skip to content

Commit

Permalink
Rework bundle gem specs so that they work on Windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
deivid-rodriguez committed May 24, 2024
1 parent 21a8bfe commit 3dfabcd
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 58 deletions.
Loading

0 comments on commit 3dfabcd

Please sign in to comment.