Shoulda makes it easy to write elegant, understandable, and maintainable tests. Shoulda consists of matchers, assertions, and helpers that make testing a breeze.
Shoulda makes it easy to write elegant, understandable, and maintainable tests. Shoulda consists of matchers, assertions, and helpers that make testing a breeze.
To install rb19-shoulda, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-shoulda
To see what files were installed by rb19-shoulda, run:
port contents rb19-shoulda
To later upgrade rb19-shoulda, run:
sudo port selfupdate && sudo port upgrade rb19-shoulda
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.