To play via CLI see https://github.com/bbuchalter/tictactoe_cli
Setup:
bundle install
Build:
rake
The build includes full test suite, code coverage analysis, and static code analysis. The build requires 100% coverage and 0 lint offenses.
Code coverage:
rake coverage
Build for every commit in master:
rake build_history
This may take some time.
Build for origin/master..origin:
rake build_since_push