Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 582 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 582 Bytes

The RSpec Book Exercises

The RSpec Book

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