Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect the project's development dependencies when running console t…
…ests When investigating the issue related to ruby/irb#919, I realized that console tests aren't executed with the IRB version specified in the project's Gemfile. This is because the rdbg command passed to PTY process doesn't use Bundler. This commit changes the PTY's rdbg command to use Bundler if the test is executed with it. This will make it significantly easier to debug issues related to IRB or Reline changes.
- Loading branch information