Getting started with Rakefile and testing
Published on 02 Jan 2017
by Alexander Garber
Up to chapter 47 of Learn Ruby the Hard Way, and I have uploaded version 0.01 of my little text adventure, Treehouse Prince.
https://github.com/clockworkpc/treehouseprince/tree/master/skeleton
The purpose of working on this is to familiarise myself with the fundamentals of testing. As I put back all the components of the game, I shall get to see how the Rakefile saves me running the game manually a thousand times over.
https://github.com/clockworkpc/treehouseprince/tree/master/skeleton
The purpose of working on this is to familiarise myself with the fundamentals of testing. As I put back all the components of the game, I shall get to see how the Rakefile saves me running the game manually a thousand times over.