This repository contains the code developed by following the examples described on the book "Test RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends" written by David Chelimsky et. al.
The provided code implements a command-line version of the codebreaker game.
To run the examples:
bundle
rspec
cucumber