Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 593 Bytes

File metadata and controls

16 lines (11 loc) · 593 Bytes

SacRuby.new Learning OOP and Testing

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: