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 rb27-zentest, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb27-zentest
To see what files were installed by rb27-zentest, run:
port contents rb27-zentest
To later upgrade rb27-zentest, run:
sudo port selfupdate && sudo port upgrade rb27-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.