Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 548 Bytes

Fizz Buzz Oriented Objects

This game was developed to be presented on meetup of the group Pato Livre. The game rules may be find here.

How to run

You'll need to install, docker and docker-compose, after installed it you should use the commands below:

docker-compose build
docker-compose up

Running tests

To tests was used the suite Rspec.

docker-compose run web rspec