This is a simple project where the solution will be to create some classes to implement a card guessing game. A simple set of unit tests are provided to guide implementation.
We are using Ruby's default testing library MiniTest and the MiniTest::Spec syntax.
Some useful guides online: