Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make rake test run all tests under
test/irb/
directory (#794)
I think `rake test` should run all tests under `test/irb/` directory without the need to update it every time we add a subdirectory under it. While this means tests under `test/irb/yamatanooroti` will be run too, without the vterm gem installed they will be skipped anyway.
- Loading branch information