Framework and DSL for defining and using factories
Factory Girl provides a framework and DSL to define and use factories which create data in test suites. It is less error-prone, more explicit, and easier to work with than fixtures.
Factory Girl provides a framework and DSL to define and use factories which create data in test suites. It is less error-prone, more explicit, and easier to work with than fixtures.
To install rb19-factory_girl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-factory_girl
To see what files were installed by rb19-factory_girl, run:
port contents rb19-factory_girl
To later upgrade rb19-factory_girl, run:
sudo port selfupdate && sudo port upgrade rb19-factory_girl
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.