This repo is to help you get started on ruby using tests. Its an awesome exercise though based on older syntax of rspec
- Clone this repository
- install ruby-2.2.4
rvm install 2.2.4
if you are using rvm cd
into the repository- as a good practice, create a new gemset
rvm use ruby-2.2.x@test_first --create --ruby-version
- open index.html in your browser and follow the instructions step by step