
26 Feb
2024
26 Feb
'24
7:18 p.m.
minitest-server version 1.0.8 has been released! * home: <https://github.com/seattlerb/minitest-server> * rdoc: <http://docs.seattlerb.org/minitest-server> minitest-server provides a client/server setup with your minitest process, allowing your test run to send its results directly to a handler. Changes: ### 1.0.8 / 2024-02-26 * 1 bug fix: * Add drb as a dependency. (y-yagi)