ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit.
ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit.
To install rb25-zentest, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb25-zentest
To see what files were installed by rb25-zentest, run:
port contents rb25-zentest
To later upgrade rb25-zentest, run:
sudo port selfupdate && sudo port upgrade rb25-zentest
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.